From 356636e88df2aa663b0d1f8b981df12b7c716764 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 17 Jan 2020 15:13:52 -0700 Subject: [PATCH] fix typo --- src/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index 9a6557b11..9786acdd4 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -44428,7 +44428,7 @@ int wolfSSL_CTX_set1_curves_list(WOLFSSL_CTX* ctx, const char* names) curve = GetCurveByOID(eccSet->oidSum); #else WOLFSSL_MSG("API not present to search farther using name"); - return WOLFSSL_FAILURE + return WOLFSSL_FAILURE; #endif }