Skip to content

Commit

Permalink
fixup! Support of en/decapsulation in the pkeyutl command
Browse files Browse the repository at this point in the history
  • Loading branch information
beldmit committed Aug 7, 2024
1 parent 28a3a34 commit 2cb3655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/pkeyutl.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const OPTIONS pkeyutl_options[] = {
{"encrypt", OPT_ENCRYPT, '-', "Encrypt input data with public key"},
{"decrypt", OPT_DECRYPT, '-', "Decrypt input data with private key"},
{"derive", OPT_DERIVE, '-', "Derive shared secret"},
{"derive", OPT_DECAP, '-', "Decapsulate shared secret"},
{"derive", OPT_ENCAP, '-', "Encapsulate shared secret"},
{"decap", OPT_DECAP, '-', "Decapsulate shared secret"},
{"encap", OPT_ENCAP, '-', "Encapsulate shared secret"},
OPT_CONFIG_OPTION,

OPT_SECTION("Input"),
Expand Down

0 comments on commit 2cb3655

Please sign in to comment.