mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 13:44:14 +02:00
switch --enable-noFilesystem to --enable-filesystem / --disable-filesystem to match others
This commit is contained in:
@@ -98,7 +98,7 @@ void echoclient_test(void* args)
|
||||
err_sys("can't load ca file, Please run from CyaSSL home dir");
|
||||
#endif
|
||||
#elif !defined(NO_CERTS)
|
||||
if (!doLeanPSK)
|
||||
if (!doPSK)
|
||||
load_buffer(ctx, caCert, CYASSL_CA);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user