aboutsummaryrefslogtreecommitdiff
path: root/crypto/store
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/loader_file.c6
-rw-r--r--crypto/store/store_init.c2
-rw-r--r--crypto/store/store_lib.c2
-rw-r--r--crypto/store/store_register.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/crypto/store/loader_file.c b/crypto/store/loader_file.c
index 206af12..88302e5 100644
--- a/crypto/store/loader_file.c
+++ b/crypto/store/loader_file.c
@@ -24,11 +24,11 @@
#include <openssl/store.h>
#include <openssl/ui.h>
#include <openssl/x509.h> /* For the PKCS8 stuff o.O */
-#include "internal/asn1_int.h"
-#include "internal/ctype.h"
+#include "crypto/asn1.h"
+#include "crypto/ctype.h"
#include "internal/o_dir.h"
#include "internal/cryptlib.h"
-#include "internal/store_int.h"
+#include "crypto/store.h"
#include "store_locl.h"
#ifdef _WIN32
diff --git a/crypto/store/store_init.c b/crypto/store/store_init.c
index db050c0..c5d8cc4 100644
--- a/crypto/store/store_init.c
+++ b/crypto/store/store_init.c
@@ -8,7 +8,7 @@
*/
#include <openssl/err.h>
-#include "internal/store.h"
+#include "crypto/store.h"
#include "store_locl.h"
static CRYPTO_ONCE store_init = CRYPTO_ONCE_STATIC_INIT;
diff --git a/crypto/store/store_lib.c b/crypto/store/store_lib.c
index 8c55c43..2d3b307 100644
--- a/crypto/store/store_lib.c
+++ b/crypto/store/store_lib.c
@@ -18,7 +18,7 @@
#include <openssl/err.h>
#include <openssl/store.h>
#include "internal/thread_once.h"
-#include "internal/store_int.h"
+#include "crypto/store.h"
#include "store_locl.h"
struct ossl_store_ctx_st {
diff --git a/crypto/store/store_register.c b/crypto/store/store_register.c
index 3022e36..8cd5783 100644
--- a/crypto/store/store_register.c
+++ b/crypto/store/store_register.c
@@ -8,7 +8,7 @@
*/
#include <string.h>
-#include "internal/ctype.h"
+#include "crypto/ctype.h"
#include <assert.h>
#include <openssl/err.h>