Skip to content

Commit 237d10a

Browse files
Fix f_642
1 parent f0f6b68 commit 237d10a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/genkey/clu_genkey_setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ int wolfCLU_genKeySetup(int argc, char** argv)
501501
}
502502
else {
503503
WOLFCLU_LOG(WOLFCLU_L0, "Invalid -layer (%s), using 2", argv[ret+1]);
504-
XMEMCPY(xmssmtParam + xmssmtHeadLen, "40/2_25\0", hdLen);
504+
XMEMCPY(xmssmtParam + xmssmtHeadLen, "40/2_256\0", hdLen);
505505
}
506506
break;
507507
case 60:

0 commit comments

Comments
 (0)