We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efdb7e commit 697ee6cCopy full SHA for 697ee6c
1 file changed
wolfssh/internal.h
@@ -1223,15 +1223,11 @@ enum WS_MessageIds {
1223
1224
MSGID_KEXDH_INIT = 30,
1225
MSGID_KEXECDH_INIT = 30,
1226
-#ifndef WOLFSSH_NO_NISTP256_MLKEM768_SHA256
1227
MSGID_KEXKEM_INIT = 30,
1228
-#endif
1229
1230
MSGID_KEXDH_REPLY = 31,
1231
MSGID_KEXECDH_REPLY = 31,
1232
1233
MSGID_KEXKEM_REPLY = 31,
1234
1235
1236
MSGID_KEXDH_GEX_GROUP = 31,
1237
MSGID_KEXDH_GEX_INIT = 32,
0 commit comments