forked from wolfSSL/wolfssl
fix github issue #28, allow FREERTOS user in settings to turn on DH or SHA-512
This commit is contained in:
@ -295,11 +295,15 @@
|
|||||||
#ifndef NO_WRITEV
|
#ifndef NO_WRITEV
|
||||||
#define NO_WRITEV
|
#define NO_WRITEV
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_SHA512
|
#ifndef HAVE_SHA512
|
||||||
#define NO_SHA512
|
#ifndef NO_SHA512
|
||||||
|
#define NO_SHA512
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_DH
|
#ifndef HAVE_DH
|
||||||
#define NO_DH
|
#ifndef NO_DH
|
||||||
|
#define NO_DH
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_DSA
|
#ifndef NO_DSA
|
||||||
#define NO_DSA
|
#define NO_DSA
|
||||||
|
Reference in New Issue
Block a user