Skip to content

Commit 0103806

Browse files
authored
Merge pull request #887 from tjko/mlkem_fix
Fix compiling when WOLFSSH_NO_NISTP256_MLKEM768_SHA256 is defined.
2 parents a6b6db8 + 697ee6c commit 0103806

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wolfssh/internal.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,15 +1227,11 @@ enum WS_MessageIds {
12271227

12281228
MSGID_KEXDH_INIT = 30,
12291229
MSGID_KEXECDH_INIT = 30,
1230-
#ifndef WOLFSSH_NO_NISTP256_MLKEM768_SHA256
12311230
MSGID_KEXKEM_INIT = 30,
1232-
#endif
12331231

12341232
MSGID_KEXDH_REPLY = 31,
12351233
MSGID_KEXECDH_REPLY = 31,
1236-
#ifndef WOLFSSH_NO_NISTP256_MLKEM768_SHA256
12371234
MSGID_KEXKEM_REPLY = 31,
1238-
#endif
12391235

12401236
MSGID_KEXDH_GEX_GROUP = 31,
12411237
MSGID_KEXDH_GEX_INIT = 32,

0 commit comments

Comments
 (0)