Browse Source

Rectify include paths (automated)

Nick Mathewson 5 years ago
parent
commit
da728e36f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/crypto_hkdf.c

+ 1 - 1
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)