Fixed typo in dox_comments

This commit is contained in:
Daniele Lacamera 2022-07-21 10:19:51 +02:00
parent 9a256ca002
commit a18b1939ac
2 changed files with 2 additions and 2 deletions

View File

@ -702,7 +702,7 @@ int wolfSSL_CTX_load_verify_locations(WOLFSSL_CTX* ctx, const char* file,
int ret = 0;
WOLFSSL_CTX* ctx;
...
ret = wolfSSL_CTX_load_verify_locations_ex(ctx, NUULL, ./certs/external",
ret = wolfSSL_CTX_load_verify_locations_ex(ctx, NULL, ./certs/external",
WOLFSSL_LOAD_FLAG_PEM_CA_ONLY);
if (ret != WOLFSSL_SUCCESS) {
// error loading CA certs

View File

@ -1055,7 +1055,7 @@ int wolfSSL_CTX_load_verify_locations(WOLFSSL_CTX* ctx, const char* file,
int ret = 0;
WOLFSSL_CTX* ctx;
...
ret = wolfSSL_CTX_load_verify_locations_ex(ctx, NUULL, ./certs/external",
ret = wolfSSL_CTX_load_verify_locations_ex(ctx, NULL, ./certs/external",
WOLFSSL_LOAD_FLAG_PEM_CA_ONLY);
if (ret != WOLFSSL_SUCCESS) {
// error loading CA certs