diff --git a/src/common/crypto_hkdf.c b/src/common/crypto_hkdf.c
index dd29c73cecb397d689563eea14fc99b653ce1f9d..8dc15b6ffb1111b07bf8a3d2c4b2730a2de057f8 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)