forked from wolfSSL/wolfssl
Removed unneeded comment
This commit is contained in:
@@ -27161,7 +27161,6 @@ static int test_WOLFSSL_ERROR_MSG (void)
|
||||
|
||||
#endif
|
||||
return ret;
|
||||
|
||||
}/*End test_WOLFSSL_ERROR_MSG*/
|
||||
/*
|
||||
* Testing wc_ERR_remove_state
|
||||
@@ -27178,9 +27177,7 @@ static int test_wc_ERR_remove_state (void)
|
||||
printf(resultFmt, ret == 0 ? passed : failed);
|
||||
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
|
||||
}/*End test_wc_ERR_remove_state*/
|
||||
/*
|
||||
* Testing wc_ERR_print_errors_fp
|
||||
@@ -27191,9 +27188,10 @@ static int test_wc_ERR_print_errors_fp (void)
|
||||
#if (defined(OPENSSL_EXTRA) || defined(DEBUG_WOLFSSL_VERBOSE)) && \
|
||||
(!defined(NO_FILESYSTEM) && !defined(NO_STDIO_FILESYSTEM))
|
||||
long sz;
|
||||
|
||||
printf(testingFmt, "wc_ERR_print_errors_fp()");
|
||||
|
||||
WOLFSSL_ERROR(BAD_FUNC_ARG);
|
||||
//XFILE fp = XFOPEN("./certs/ecc-keyPkcs8.pem", "rb");
|
||||
XFILE fp = XFOPEN("./test-log-dump-to-file.txt", "ar");
|
||||
wc_ERR_print_errors_fp(fp);
|
||||
|
||||
@@ -27207,7 +27205,6 @@ static int test_wc_ERR_print_errors_fp (void)
|
||||
XFCLOSE(fp);
|
||||
#endif
|
||||
return ret;
|
||||
|
||||
}/*End test_wc_ERR_print_errors_fp*/
|
||||
/*
|
||||
* Testing wolfSSL_GetLoggingCb
|
||||
|
Reference in New Issue
Block a user