Add missing WC_NO_ERR_TRACE

This commit is contained in:
Paul Adelsbach
2026-05-06 11:22:47 -07:00
parent 8c2bf1dfd4
commit 0f2c526ee2
+1 -1
View File
@@ -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)) {