summaryrefslogtreecommitdiffstats
path: root/src/crypto/x509/by_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/by_file.c')
-rw-r--r--src/crypto/x509/by_file.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/crypto/x509/by_file.c b/src/crypto/x509/by_file.c
index 2649631..2fdbce4 100644
--- a/src/crypto/x509/by_file.c
+++ b/src/crypto/x509/by_file.c
@@ -55,11 +55,14 @@
* copied and put under another distribution licence
* [including the GNU Public Licence.] */
+#include <stdlib.h>
+
#include <openssl/buf.h>
#include <openssl/err.h>
#include <openssl/lhash.h>
#include <openssl/pem.h>
-#include <openssl/x509.h>
+#include <openssl/thread.h>
+
#ifndef OPENSSL_NO_STDIO