Remove redefinition of MlKemKey

Removes the redundant typedef of MlKemKey which will break builds on
pre-C11 compilers. KyberKey is defined as a macro for MlKemKey.
This commit is contained in:
Alex Lanzano
2025-05-09 10:42:15 -04:00
parent 9d1bf83a43
commit 76fd5319d4

View File

@@ -146,9 +146,6 @@ struct MlKemKey {
extern "C" {
#endif
/* For backward compatibility */
typedef struct MlKemKey KyberKey;
WOLFSSL_LOCAL
void mlkem_init(void);