]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/s_server.c
Load rand state after loading providers
[thirdparty/openssl.git] / apps / s_server.c
index 2f9b4699536dde8599d28e6c161e4d1572e6d53c..498e629dbfb5cd42b633cefd4ee680cd43f5510d 100644 (file)
@@ -1662,6 +1662,7 @@ int s_server_main(int argc, char *argv[])
     if (argc != 0)
         goto opthelp;
 
+    app_RAND_load();
 #ifndef OPENSSL_NO_NEXTPROTONEG
     if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) {
         BIO_printf(bio_err, "Cannot supply -nextprotoneg with TLSv1.3\n");