We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efdb7e commit d39dbb5Copy full SHA for d39dbb5
wolfssh/internal.h
@@ -1223,13 +1223,15 @@ enum WS_MessageIds {
1223
1224
MSGID_KEXDH_INIT = 30,
1225
MSGID_KEXECDH_INIT = 30,
1226
-#ifndef WOLFSSH_NO_NISTP256_MLKEM768_SHA256
+#if !defined(WOLFSSH_NO_NISTP256_MLKEM768_SHA256) || \
1227
+ !defined(WOLFSSH_NO_CURVE25519_MLKEM768_SHA256)
1228
MSGID_KEXKEM_INIT = 30,
1229
#endif
1230
1231
MSGID_KEXDH_REPLY = 31,
1232
MSGID_KEXECDH_REPLY = 31,
1233
1234
1235
MSGID_KEXKEM_REPLY = 31,
1236
1237
0 commit comments