switch --enable-noFilesystem to --enable-filesystem / --disable-filesystem to match others

This commit is contained in:
toddouska
2013-03-13 12:14:05 -07:00
parent 7cabbb4b54
commit 975ffe693b
2 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -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