Skip to content

Commit 697ee6c

Browse files
committed
Remove guard checks.
1 parent 9efdb7e commit 697ee6c

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
@@ -1223,15 +1223,11 @@ enum WS_MessageIds {
12231223

12241224
MSGID_KEXDH_INIT = 30,
12251225
MSGID_KEXECDH_INIT = 30,
1226-
#ifndef WOLFSSH_NO_NISTP256_MLKEM768_SHA256
12271226
MSGID_KEXKEM_INIT = 30,
1228-
#endif
12291227

12301228
MSGID_KEXDH_REPLY = 31,
12311229
MSGID_KEXECDH_REPLY = 31,
1232-
#ifndef WOLFSSH_NO_NISTP256_MLKEM768_SHA256
12331230
MSGID_KEXKEM_REPLY = 31,
1234-
#endif
12351231

12361232
MSGID_KEXDH_GEX_GROUP = 31,
12371233
MSGID_KEXDH_GEX_INIT = 32,

0 commit comments

Comments
 (0)