浏览代码

Rectify include paths (automated)

Nick Mathewson 5 年之前
父节点
当前提交
da728e36f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)