mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
wolfssl/ssl.h: fix double-WOLFSSL_API on wolfSSL_CTX_load_verify_locations_compat().
This commit is contained in:
@ -1083,7 +1083,7 @@ WOLFSSL_API int wolfSSL_CTX_load_verify_locations_ex(
|
||||
WOLFSSL_CTX* ctx, const char* file, const char* path, word32 flags);
|
||||
WOLFSSL_ABI WOLFSSL_API int wolfSSL_CTX_load_verify_locations(
|
||||
WOLFSSL_CTX* ctx, const char* file, const char* path);
|
||||
WOLFSSL_API WOLFSSL_API int wolfSSL_CTX_load_verify_locations_compat(
|
||||
WOLFSSL_API int wolfSSL_CTX_load_verify_locations_compat(
|
||||
WOLFSSL_CTX* ctx, const char* file, const char* path);
|
||||
#ifndef _WIN32
|
||||
WOLFSSL_API const char** wolfSSL_get_system_CA_dirs(word32* num);
|
||||
|
Reference in New Issue
Block a user