mirror of https://github.com/wolfSSL/wolfssl.git
make sure external tests have a valid cipher
parent
cab37ef24e
commit
a8b5c57dd2
|
@ -508,6 +508,11 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(HAVE_AESGCM) && defined(NO_AES) && \
|
||||||
|
!(defined(HAVE_CHACHA) && defined(HAVE_POLY1305))
|
||||||
|
done = 1; /* need at least on of these for external tests */
|
||||||
|
#endif
|
||||||
|
|
||||||
if (done) {
|
if (done) {
|
||||||
printf("external test can't be run in this mode");
|
printf("external test can't be run in this mode");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue