diff options
Diffstat (limited to 'crypto/store/store_init.c')
-rw-r--r-- | crypto/store/store_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/store/store_init.c b/crypto/store/store_init.c index b398bf598ff6d..0103c8db8aaf5 100644 --- a/crypto/store/store_init.c +++ b/crypto/store/store_init.c @@ -8,8 +8,8 @@ */ #include <openssl/err.h> -#include "internal/store.h" -#include "store_locl.h" +#include "crypto/store.h" +#include "store_local.h" static CRYPTO_ONCE store_init = CRYPTO_ONCE_STATIC_INIT; DEFINE_RUN_ONCE_STATIC(do_store_init) |