We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08f47b commit c8200e0Copy full SHA for c8200e0
1 file changed
wolfssh/internal.h
@@ -189,6 +189,16 @@ extern "C" {
189
#undef WOLFSSH_NO_NISTP384_MLKEM1024_SHA384
190
#define WOLFSSH_NO_NISTP384_MLKEM1024_SHA384
191
#endif
192
+
193
+#ifndef WOLFSSH_HAVE_MLKEM
194
+#error
195
+#endif
196
+#ifdef NO_SHA256
197
198
199
+#ifndef HAVE_CURVE25519
200
201
202
#if !defined(WOLFSSL_HAVE_MLKEM) || defined(NO_SHA256) \
203
|| !defined(HAVE_CURVE25519)
204
#undef WOLFSSH_NO_CURVE25519_MLKEM768_SHA256
0 commit comments