summaryrefslogtreecommitdiffstats
path: root/plugins/t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index daddfc1..dabe35e 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -920,7 +920,7 @@ int connect_SSL (void)
920{ 920{
921 SSL_METHOD *meth; 921 SSL_METHOD *meth;
922 922
923 asprintf (randbuff, "%s", "qwertyuiopasdfghjkl"); 923 asprintf (&randbuff, "%s", "qwertyuiopasdfghjkl");
924 RAND_seed (randbuff, strlen (randbuff)); 924 RAND_seed (randbuff, strlen (randbuff));
925 /* Initialize SSL context */ 925 /* Initialize SSL context */
926 SSLeay_add_ssl_algorithms (); 926 SSLeay_add_ssl_algorithms ();