]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/pkeyutl.c
Load rand state after loading providers
[thirdparty/openssl.git] / apps / pkeyutl.c
index 4eb15c30f434252d160e47e7d05a50d93fea8dcc..28c4401745ab5174526820c750788b74da939c7d 100644 (file)
@@ -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",