Quellcode durchsuchen

Rectify include paths (automated)

Nick Mathewson vor 5 Jahren
Ursprung
Commit
da728e36f4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)