]> granicus.if.org Git - curl/commitdiff
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 22d8bcb13f17a0e08653546031c5076ccc02f45a..a701131faa41a22c3b49c601f60b152b04b27359 100644 (file)
@@ -66,6 +66,7 @@
 #else
 #include <rand.h>
 #include <x509v3.h>
+#include <md5.h>
 #endif
 
 #include "warnless.h"