We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6b6db8 + 697ee6c commit 0103806Copy full SHA for 0103806
wolfssh/internal.h
@@ -1227,15 +1227,11 @@ enum WS_MessageIds {
1227
1228
MSGID_KEXDH_INIT = 30,
1229
MSGID_KEXECDH_INIT = 30,
1230
-#ifndef WOLFSSH_NO_NISTP256_MLKEM768_SHA256
1231
MSGID_KEXKEM_INIT = 30,
1232
-#endif
1233
1234
MSGID_KEXDH_REPLY = 31,
1235
MSGID_KEXECDH_REPLY = 31,
1236
1237
MSGID_KEXKEM_REPLY = 31,
1238
1239
1240
MSGID_KEXDH_GEX_GROUP = 31,
1241
MSGID_KEXDH_GEX_INIT = 32,
0 commit comments