Fixes for minor nightly build tests.

This commit is contained in:
David Garske
2019-09-25 07:17:57 -07:00
parent bcd8a521f5
commit 9d05e9c0b7
2 changed files with 8 additions and 6 deletions

View File

@@ -1189,7 +1189,9 @@ THREAD_RETURN WOLFSSL_THREAD server_test(void* args)
#endif
}
else if (XSTRNCMP(myoptarg, "overrideDateErr", 15) == 0) {
#if !defined(NO_FILESYSTEM) && !defined(NO_CERTS)
overrideDateErrors = 1;
#endif
}
else {
Usage();