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 11, 2024
1 parent 7577f22 commit b858d06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/pkeyutl.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,9 @@ int pkeyutl_main(int argc, char **argv)
BIO_printf(bio_err, "Encapsulation requires '-secret' argument\n");
goto end;
}
secout = bio_open_default(secoutfile, 'w', FORMAT_BINARY);
if (secout == NULL)
goto end;
}

if (sigfile != NULL) {
Expand Down

0 comments on commit b858d06

Please sign in to comment.