diff options
Diffstat (limited to 'crypto/dso')
-rw-r--r-- | crypto/dso/dso_dl.c | 2 | ||||
-rw-r--r-- | crypto/dso/dso_dlfcn.c | 2 | ||||
-rw-r--r-- | crypto/dso/dso_lib.c | 2 | ||||
-rw-r--r-- | crypto/dso/dso_null.c | 2 | ||||
-rw-r--r-- | crypto/dso/dso_openssl.c | 2 | ||||
-rw-r--r-- | crypto/dso/dso_vms.c | 2 | ||||
-rw-r--r-- | crypto/dso/dso_win32.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/crypto/dso/dso_dl.c b/crypto/dso/dso_dl.c index 5d5ede03a5..2b95f92eca 100644 --- a/crypto/dso/dso_dl.c +++ b/crypto/dso/dso_dl.c @@ -58,7 +58,7 @@ */ #include <stdio.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/dso.h> #ifndef DSO_DL diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 92d951fce3..1738f3cd71 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -67,7 +67,7 @@ #endif #include <stdio.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/dso.h> #ifndef DSO_DLFCN diff --git a/crypto/dso/dso_lib.c b/crypto/dso/dso_lib.c index c555398fca..12544b3a16 100644 --- a/crypto/dso/dso_lib.c +++ b/crypto/dso/dso_lib.c @@ -59,7 +59,7 @@ #include <stdio.h> #include <openssl/crypto.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/dso.h> static DSO_METHOD *default_DSO_meth = NULL; diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c index ab2125c286..e27f98e49e 100644 --- a/crypto/dso/dso_null.c +++ b/crypto/dso/dso_null.c @@ -63,7 +63,7 @@ */ #include <stdio.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/dso.h> static DSO_METHOD dso_meth_null = { diff --git a/crypto/dso/dso_openssl.c b/crypto/dso/dso_openssl.c index 27b7d559fa..191cb6a97c 100644 --- a/crypto/dso/dso_openssl.c +++ b/crypto/dso/dso_openssl.c @@ -58,7 +58,7 @@ */ #include <stdio.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/dso.h> /* We just pinch the method from an appropriate "default" method. */ diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c index 07ec1cd30b..ffdc57f824 100644 --- a/crypto/dso/dso_vms.c +++ b/crypto/dso/dso_vms.c @@ -60,7 +60,7 @@ #include <stdio.h> #include <string.h> #include <errno.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/dso.h> #ifndef OPENSSL_SYS_VMS diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c index 81c983ccb3..2da318f707 100644 --- a/crypto/dso/dso_win32.c +++ b/crypto/dso/dso_win32.c @@ -59,7 +59,7 @@ #include <stdio.h> #include <string.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/dso.h> #if !defined(DSO_WIN32) |