summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 24ff4b5)
raw | patch | inline | side by side (parent: 24ff4b5)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Wed, 5 Feb 2003 05:57:27 +0000 (05:57 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Wed, 5 Feb 2003 05:57:27 +0000 (05:57 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@289 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_http.c | patch | blob | history |
diff --git a/plugins/check_http.c b/plugins/check_http.c
index daddfc1993212ffa173c206fa92875c649df598a..dabe35eab8c2452cf02ac105ec69bccabde861e2 100644 (file)
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
{
SSL_METHOD *meth;
- asprintf (randbuff, "%s", "qwertyuiopasdfghjkl");
+ asprintf (&randbuff, "%s", "qwertyuiopasdfghjkl");
RAND_seed (randbuff, strlen (randbuff));
/* Initialize SSL context */
SSLeay_add_ssl_algorithms ();