We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbc20f commit d50d013Copy full SHA for d50d013
wolfssh/internal.h
@@ -670,7 +670,8 @@ typedef struct HandshakeInfo {
670
#ifndef WOLFSSH_NO_ECDH
671
ecc_key ecc;
672
#endif
673
-#ifndef WOLFSSH_NO_CURVE25519_SHA256
+#if !defined(WOLFSSH_NO_CURVE25519_SHA256) || \
674
+ !defined(WOLFSSH_NO_CURVE25519_MLKEM768_SHA256)
675
curve25519_key curve25519;
676
677
} privKey;
0 commit comments