CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/18 01:49:42
Modified files:
lib/libcrypto/mlkem: mlkem_internal.c mlkem_internal.h
Log message:
mlkem: garbage collect the unusd mlkem_{generate_key,encap}()
These are flagged by more recent gcc since declarations and definitions
don't match (sized array vs pointer). Also an array was checked for NULL.
found by/ok jsing
