mirror of https://github.com/wolfSSL/wolfBoot.git
Added ifndef to wolfTPM specific build settings for wolfCrypt
Signed-off-by: Dimitar Tomov <dimi@wolfssl.com>pull/103/head
parent
2f3fc6600b
commit
bf74ba9cb4
|
@ -127,6 +127,10 @@
|
|||
|
||||
/* Disables - For minimum wolfCrypt build */
|
||||
#define NO_CMAC
|
||||
#ifndef WOLFTPM
|
||||
#define NO_AES
|
||||
#define NO_HMAC
|
||||
#endif
|
||||
#define NO_CODING
|
||||
#define WOLFSSL_NO_PEM
|
||||
#define NO_ASN_TIME
|
||||
|
|
Loading…
Reference in New Issue