wolfssl: Adapt to removed ML-KEM header

The mlkem.h header that mainly defined aliases for the old wc_Kyber* API
has been removed and its contents moved to the wc_mlkem.h header.
This commit is contained in:
Tobias Brunner
2026-06-26 08:10:16 +02:00
parent ae7bb3bd42
commit 98b133c54c
@@ -25,10 +25,7 @@
#ifdef WOLFSSL_HAVE_MLKEM
#include <wolfssl/wolfcrypt/mlkem.h>
#ifdef WOLFSSL_WC_MLKEM
#include <wolfssl/wolfcrypt/wc_mlkem.h>
#endif
typedef struct private_key_exchange_t private_key_exchange_t;