mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 14:10:50 +02:00
Add missing WC_NO_ERR_TRACE
This commit is contained in:
@@ -990,7 +990,7 @@ int wc_XmssKey_SetParamStr(XmssKey* key, const char* str)
|
||||
*/
|
||||
int wc_XmssKey_GetParamStr(const XmssKey* key, const char** str)
|
||||
{
|
||||
int ret = NOT_COMPILED_IN;
|
||||
int ret = WC_NO_ERR_TRACE(NOT_COMPILED_IN);
|
||||
unsigned int i;
|
||||
|
||||
if ((key == NULL) || (str == NULL)) {
|
||||
|
||||
Reference in New Issue
Block a user