update for configure option --disable-sha
This commit is contained in:
parent
46b34c19d0
commit
24d93c90cd
@ -6172,8 +6172,9 @@ int ecc_test(void)
|
||||
WC_RNG rng;
|
||||
byte sharedA[1024];
|
||||
byte sharedB[1024];
|
||||
#if !defined(NO_SHA) && \
|
||||
((defined(HAVE_ECC192) && defined(HAVE_ECC224)) || defined(HAVE_ALL_CURVES))
|
||||
#if !defined(NO_ASN) || \
|
||||
( !defined(NO_SHA) && ((defined(HAVE_ECC192) && defined(HAVE_ECC224)) \
|
||||
|| defined(HAVE_ALL_CURVES)))
|
||||
byte sig[1024];
|
||||
int verify;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user