Skip to content

Commit 0f2c526

Browse files
committed
Add missing WC_NO_ERR_TRACE
1 parent 8c2bf1d commit 0f2c526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/wc_xmss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ int wc_XmssKey_SetParamStr(XmssKey* key, const char* str)
990990
*/
991991
int wc_XmssKey_GetParamStr(const XmssKey* key, const char** str)
992992
{
993-
int ret = NOT_COMPILED_IN;
993+
int ret = WC_NO_ERR_TRACE(NOT_COMPILED_IN);
994994
unsigned int i;
995995

996996
if ((key == NULL) || (str == NULL)) {

0 commit comments

Comments
 (0)