commit | 983acb75f00165c79d1ecfb2f25f98718d90cfdb | [log] [tgz] |
---|---|---|
author | GuHaijun <243297288@qq.com> | Fri Dec 28 11:11:10 2018 +0800 |
committer | GuHaijun <243297288@qq.com> | Fri Dec 28 11:11:10 2018 +0800 |
tree | 52e358160c71f6f9acad4b0cb0c5ba0021f7dc5b | |
parent | fb1972db23da39bd11d4f9c9ea6266eee665605b [diff] [blame] |
Fix include file path
diff --git a/include/mbedtls/poly1305.h b/include/mbedtls/poly1305.h index 05866a2..f0ec44c 100644 --- a/include/mbedtls/poly1305.h +++ b/include/mbedtls/poly1305.h
@@ -34,7 +34,7 @@ #define MBEDTLS_POLY1305_H #if !defined(MBEDTLS_CONFIG_FILE) -#include "mbedtls/config.h" +#include "config.h" #else #include MBEDTLS_CONFIG_FILE #endif