don't compile debug version of ecc by deafult

pull/13228/head
Paul Szczeanek 2020-06-08 18:27:21 +01:00 committed by Vincent Coubard
parent 758b9587d2
commit 11dba2e972
1 changed files with 3 additions and 4 deletions

View File

@ -22,6 +22,8 @@
*/
/*************************************************************************************************/
#if defined(SEC_ECC_CFG)
#include <stdlib.h>
#include <time.h>
#include <string.h>
@ -35,10 +37,6 @@
#include "hci_api.h"
#include "util/calc128.h"
#ifndef SEC_ECC_CFG
#define SEC_ECC_CFG SEC_ECC_CFG_DEBUG
#endif
#if SEC_ECC_CFG == SEC_ECC_CFG_DEBUG
/* Debug Keys */
@ -158,3 +156,4 @@ void SecEccInit()
}
#endif /* SEC_ECC_CFG */
#endif /* defined(SEC_ECC_CFG) */