aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_openssl.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-22 13:16:54 -0400
committerRich Salz <rsalz@openssl.org>2016-03-22 13:16:54 -0400
commit73decf5975ff1249c51baa0cb3956bb67fbd64dc (patch)
treecf054c0d0cd4ab54ec36dfaf54fab469c727ca17 /crypto/dso/dso_openssl.c
parent29fa0a1af45a1037850b29f5851f4a054124781b (diff)
downloadopenssl-73decf5975ff1249c51baa0cb3956bb67fbd64dc.tar.gz
Make DSO opaque.
This was really easy. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/dso/dso_openssl.c')
-rw-r--r--crypto/dso/dso_openssl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/dso/dso_openssl.c b/crypto/dso/dso_openssl.c
index 5aa0536edc..9b0123b29a 100644
--- a/crypto/dso/dso_openssl.c
+++ b/crypto/dso/dso_openssl.c
@@ -56,9 +56,7 @@
*
*/
-#include <stdio.h>
-#include "internal/cryptlib.h"
-#include <openssl/dso.h>
+#include "dso_locl.h"
/* We just pinch the method from an appropriate "default" method. */