aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-23 08:54:52 -0400
committerRich Salz <rsalz@openssl.org>2016-03-23 09:12:11 -0400
commit921de151d2052c794cf6ad82fe76da92717577f7 (patch)
tree05014084e14ef301ca6127d164bdcd1deda56137 /crypto/engine
parent3d8b2ec42bcb1cfe2f6f502ea8c6f098202a2906 (diff)
downloadopenssl-921de151d2052c794cf6ad82fe76da92717577f7.zip
openssl-921de151d2052c794cf6ad82fe76da92717577f7.tar.gz
openssl-921de151d2052c794cf6ad82fe76da92717577f7.tar.bz2
Move dso.h to internal
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_dyn.c2
-rw-r--r--crypto/engine/eng_openssl.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c
index bdfc00c..c7553e1 100644
--- a/crypto/engine/eng_dyn.c
+++ b/crypto/engine/eng_dyn.c
@@ -57,7 +57,7 @@
*/
#include "eng_int.h"
-#include <openssl/dso.h>
+#include "internal/dso.h"
#include <openssl/crypto.h>
/*
diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c
index 2bf91b3..fc0784f 100644
--- a/crypto/engine/eng_openssl.c
+++ b/crypto/engine/eng_openssl.c
@@ -65,7 +65,6 @@
#include <openssl/crypto.h>
#include "internal/cryptlib.h"
#include <internal/engine.h>
-#include <openssl/dso.h>
#include <openssl/pem.h>
#include <openssl/evp.h>
#include <openssl/rand.h>