diff options
Diffstat (limited to 'src/common/crypto_hkdf.c')
-rw-r--r-- | src/common/crypto_hkdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_hkdf.c b/src/common/crypto_hkdf.c index dd29c73cec..8dc15b6ffb 100644 --- a/src/common/crypto_hkdf.c +++ b/src/common/crypto_hkdf.c @@ -13,7 +13,7 @@ #include "common/crypto_util.h" #include "common/crypto_digest.h" -#include "crypto_openssl_mgt.h" +#include "common/crypto_openssl_mgt.h" #include <openssl/opensslv.h> #if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0) |