summaryrefslogtreecommitdiffstats
path: root/crypto/init.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-03-23 01:05:23 +0100
committerRichard Levitte <levitte@openssl.org>2018-03-23 01:05:23 +0100
commitb71fa7b32d0d80dc1fa5fedf7f0b9a991d746c41 (patch)
tree9e69247efe8c9244e36e2930e20f0a30c894d1db /crypto/init.c
parentc45bf277a1522a2eef94904f1c8ae18237c49a01 (diff)
Include "internal/dso_conf.h" where needed and appropriate
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5733)
Diffstat (limited to 'crypto/init.c')
-rw-r--r--crypto/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/init.c b/crypto/init.c
index 27be7b6123..a0bad564e6 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <assert.h>
#include "internal/thread_once.h"
+#include "internal/dso_conf.h"
#include "internal/dso.h"
#include "internal/store.h"