]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/rsautl.c
Load rand state after loading providers
[thirdparty/openssl.git] / apps / rsautl.c
index 333edb936389851613cae395e0883ac7e579e728..ae4855f8f560ba0e1d08d1c95fa19df3ab7caafb 100644 (file)
@@ -177,6 +177,7 @@ int rsautl_main(int argc, char **argv)
     if (argc != 0)
         goto opthelp;
 
+    app_RAND_load();
     if (need_priv && (key_type != KEY_PRIVKEY)) {
         BIO_printf(bio_err, "A private key is needed for this operation\n");
         goto end;