From a6e6cc781d170d125eb0295558392c2571682d52 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Wed, 10 May 2017 15:09:37 -0600 Subject: [PATCH] fix comment on function --- src/ssl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index 8bd3049a8..cbd9e1c5d 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -18774,7 +18774,6 @@ int wolfSSL_get_ex_data_X509_STORE_CTX_idx(void) /* Set an error stat in the X509 STORE CTX * - * Returns positive index on success and negative values on failure */ void wolfSSL_X509_STORE_CTX_set_error(WOLFSSL_X509_STORE_CTX* ctx, int er) {