Browse code

Add OpenSSL headers to the clamav-milter project.

Shawn Webb authored on 2014/02/13 08:35:40
Showing 3 changed files
... ...
@@ -34,6 +34,10 @@
34 34
 #include <time.h>
35 35
 #include <libmilter/mfapi.h>
36 36
 
37
+#include <openssl/ssl.h>
38
+#include <openssl/err.h>
39
+#include "libclamav/crypto.h"
40
+
37 41
 #include "clamav.h"
38 42
 
39 43
 #include "shared/output.h"
... ...
@@ -33,6 +33,10 @@
33 33
 
34 34
 #include <libmilter/mfapi.h>
35 35
 
36
+#include <openssl/ssl.h>
37
+#include <openssl/err.h>
38
+#include "libclamav/crypto.h"
39
+
36 40
 #include "shared/optparser.h"
37 41
 #include "shared/output.h"
38 42
 #include "libclamav/others.h"
... ...
@@ -40,6 +40,10 @@
40 40
 #include <netdb.h>
41 41
 #include <sys/uio.h>
42 42
 
43
+#include <openssl/ssl.h>
44
+#include <openssl/err.h>
45
+#include "libclamav/crypto.h"
46
+
43 47
 #include "shared/output.h"
44 48
 #include "shared/optparser.h"
45 49
 #include "libclamav/others.h"