summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/openssl.c')
-rw-r--r--lib/vtls/openssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
index a8605b304..03cc028b1 100644
--- a/lib/vtls/openssl.c
+++ b/lib/vtls/openssl.c
@@ -451,6 +451,7 @@ static CURLcode ossl_seed(struct Curl_easy *data)
}
#ifdef HAVE_RANDOM_INIT_BY_DEFAULT
/* with OpenSSL 1.1.0+, a failed RAND_status is a showstopper */
+ failf(data, "Insufficient randomness");
return CURLE_SSL_CONNECT_ERROR;
#else