summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/store/store_register.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/store/store_register.c')
-rw-r--r--crypto/openssl/crypto/store/store_register.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/store/store_register.c b/crypto/openssl/crypto/store/store_register.c
index e68cb3c56853..3631d9b50634 100644
--- a/crypto/openssl/crypto/store/store_register.c
+++ b/crypto/openssl/crypto/store/store_register.c
@@ -8,12 +8,12 @@
*/
#include <string.h>
-#include "internal/ctype.h"
+#include "crypto/ctype.h"
#include <assert.h>
#include <openssl/err.h>
#include <openssl/lhash.h>
-#include "store_locl.h"
+#include "store_local.h"
static CRYPTO_RWLOCK *registry_lock;
static CRYPTO_ONCE registry_init = CRYPTO_ONCE_STATIC_INIT;