mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 11:44:38 +02:00
Merge pull request #5380 from danielinux/typo-doc
Fixed typo in dox_comments
This commit is contained in:
@@ -702,7 +702,7 @@ int wolfSSL_CTX_load_verify_locations(WOLFSSL_CTX* ctx, const char* file,
|
|||||||
int ret = 0;
|
int ret = 0;
|
||||||
WOLFSSL_CTX* ctx;
|
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);
|
WOLFSSL_LOAD_FLAG_PEM_CA_ONLY);
|
||||||
if (ret != WOLFSSL_SUCCESS) {
|
if (ret != WOLFSSL_SUCCESS) {
|
||||||
// error loading CA certs
|
// error loading CA certs
|
||||||
|
@@ -1211,7 +1211,7 @@ int wolfSSL_CTX_load_verify_locations(WOLFSSL_CTX* ctx, const char* file,
|
|||||||
int ret = 0;
|
int ret = 0;
|
||||||
WOLFSSL_CTX* ctx;
|
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);
|
WOLFSSL_LOAD_FLAG_PEM_CA_ONLY);
|
||||||
if (ret != WOLFSSL_SUCCESS) {
|
if (ret != WOLFSSL_SUCCESS) {
|
||||||
// error loading CA certs
|
// error loading CA certs
|
||||||
|
Reference in New Issue
Block a user