summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_locl.h
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/dso/dso_locl.h
parent3d8b2ec42bcb1cfe2f6f502ea8c6f098202a2906 (diff)
Move dso.h to internal
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/dso/dso_locl.h')
-rw-r--r--crypto/dso/dso_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dso/dso_locl.h b/crypto/dso/dso_locl.h
index a4c54a7691..622e69ef83 100644
--- a/crypto/dso/dso_locl.h
+++ b/crypto/dso/dso_locl.h
@@ -8,7 +8,7 @@
*/
#include <stdio.h>
#include "internal/cryptlib.h"
-#include <openssl/dso.h>
+#include "internal/dso.h"
#include "internal/dso_conf.h"
/**********************************************************************/