From 73decf5975ff1249c51baa0cb3956bb67fbd64dc Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 22 Mar 2016 13:16:54 -0400 Subject: Make DSO opaque. This was really easy. Reviewed-by: Tim Hudson --- crypto/dso/dso_dlfcn.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crypto/dso/dso_dlfcn.c') diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 107abfd54f..e69daadc4c 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -65,10 +65,7 @@ # define _GNU_SOURCE /* make sure dladdr is declared */ #endif -#include -#include "internal/cryptlib.h" -#include -#include "internal/dso_conf.h" +#include "dso_locl.h" #ifndef DSO_DLFCN DSO_METHOD *DSO_METHOD_dlfcn(void) -- cgit v1.2.3