mirror of https://github.com/wolfSSL/wolfssl.git
fix a couple broken configs in examples/configs/ - simultaneous SP and NO_BIG_INT.
parent
57ecd4b246
commit
f14498ea6b
|
@ -125,7 +125,6 @@ extern "C" {
|
||||||
#define NO_SHA
|
#define NO_SHA
|
||||||
#define NO_DSA
|
#define NO_DSA
|
||||||
#define NO_DES3
|
#define NO_DES3
|
||||||
#define NO_BIG_INT
|
|
||||||
#define NO_RC4
|
#define NO_RC4
|
||||||
#define WOLFSSL_NO_SHAKE128
|
#define WOLFSSL_NO_SHAKE128
|
||||||
#define WOLFSSL_NO_SHAKE256
|
#define WOLFSSL_NO_SHAKE256
|
||||||
|
|
|
@ -216,7 +216,6 @@ extern "C" {
|
||||||
#define NO_SIG_WRAPPER
|
#define NO_SIG_WRAPPER
|
||||||
#define NO_ASN_TIME
|
#define NO_ASN_TIME
|
||||||
#define NO_CODING
|
#define NO_CODING
|
||||||
#define NO_BIG_INT
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue