diff options
Diffstat (limited to 'apps/pkeyutl.c')
-rw-r--r-- | apps/pkeyutl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/pkeyutl.c b/apps/pkeyutl.c index 4eb15c30f4..28c4401745 100644 --- a/apps/pkeyutl.c +++ b/apps/pkeyutl.c @@ -255,6 +255,8 @@ int pkeyutl_main(int argc, char **argv) if (argc != 0) goto opthelp; + app_RAND_load(); + if (rawin && pkey_op != EVP_PKEY_OP_SIGN && pkey_op != EVP_PKEY_OP_VERIFY) { BIO_printf(bio_err, "%s: -rawin can only be used with -sign or -verify\n", |