ssluse.c: md5.h is required for Curl_ossl_md5sum
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 7 Oct 2012 09:53:17 +0000 (11:53 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Mon, 8 Oct 2012 16:48:54 +0000 (18:48 +0200)
lib/ssluse.c

index 22d8bcb..a701131 100644 (file)
@@ -66,6 +66,7 @@
 #else
 #include <rand.h>
 #include <x509v3.h>
+#include <md5.h>
 #endif
 
 #include "warnless.h"