From 76fd5319d4a75fe6f83263098aa25351468a1bdb Mon Sep 17 00:00:00 2001 From: Alex Lanzano Date: Fri, 9 May 2025 10:42:15 -0400 Subject: [PATCH] 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. --- wolfssl/wolfcrypt/wc_mlkem.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/wolfssl/wolfcrypt/wc_mlkem.h b/wolfssl/wolfcrypt/wc_mlkem.h index f79e1883a..1ee093c67 100644 --- a/wolfssl/wolfcrypt/wc_mlkem.h +++ b/wolfssl/wolfcrypt/wc_mlkem.h @@ -146,9 +146,6 @@ struct MlKemKey { extern "C" { #endif -/* For backward compatibility */ -typedef struct MlKemKey KyberKey; - WOLFSSL_LOCAL void mlkem_init(void);