forked from wolfSSL/wolfssl
fix typo
This commit is contained in:
@ -44428,7 +44428,7 @@ int wolfSSL_CTX_set1_curves_list(WOLFSSL_CTX* ctx, const char* names)
|
|||||||
curve = GetCurveByOID(eccSet->oidSum);
|
curve = GetCurveByOID(eccSet->oidSum);
|
||||||
#else
|
#else
|
||||||
WOLFSSL_MSG("API not present to search farther using name");
|
WOLFSSL_MSG("API not present to search farther using name");
|
||||||
return WOLFSSL_FAILURE
|
return WOLFSSL_FAILURE;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user