From e67daf946d10612b7362b000771e4c46452f9a42 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 24 Dec 2017 10:50:00 +0100 Subject: [PATCH] chg: added the config.. --- common/polarssl/sha1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/polarssl/sha1.h b/common/polarssl/sha1.h index 056bba7e4..99ccb7b63 100644 --- a/common/polarssl/sha1.h +++ b/common/polarssl/sha1.h @@ -25,7 +25,7 @@ #define POLARSSL_SHA1_H #if !defined(POLARSSL_CONFIG_FILE) -//#include "config.h" +#include "polarssl_config.h" /** * \def POLARSSL_SHA1_C *