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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user