EVP: Fix method to determine if a PKEY is legacy or not
[openssl.git] / crypto / store / store_register.c
index 3022e368c6953e734558665d97c0f9568ef44c57..399ec8c625fd025625221e0c8d1161febd7ec473 100644 (file)
@@ -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;