pull/2743/head
Jacob Barthelmeh 2020-01-17 15:13:52 -07:00
parent c5932a9874
commit 356636e88d
1 changed files with 1 additions and 1 deletions

View File

@ -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
}