forked from wolfSSL/wolfssl
fix unused variable warning in load_verify_locations with NO_WOLFSSL_DIR
This commit is contained in:
@ -5971,7 +5971,9 @@ int wolfSSL_CTX_load_verify_locations(WOLFSSL_CTX* ctx, const char* file,
|
|||||||
const char* path)
|
const char* path)
|
||||||
{
|
{
|
||||||
int ret = SSL_SUCCESS;
|
int ret = SSL_SUCCESS;
|
||||||
|
#ifndef NO_WOLFSSL_DIR
|
||||||
int fileRet;
|
int fileRet;
|
||||||
|
#endif
|
||||||
|
|
||||||
WOLFSSL_ENTER("wolfSSL_CTX_load_verify_locations");
|
WOLFSSL_ENTER("wolfSSL_CTX_load_verify_locations");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user