mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
make sure external tests have a valid cipher
This commit is contained in:
@ -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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user