openssl/crypto/ml_kem/build.info
Pauli 289c168996 update build infrastructure for ML-KEM in the FIPS provider
Also avoid a file name conflict when adding ML-KEM to the FIPS provider.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26338)
2025-02-14 10:50:58 +01:00

6 lines
145 B
Text

LIBS = ../../libcrypto
IF[{- !$disabled{'ml-kem'} -}]
SOURCE[../../libcrypto]=ml_kem.c
SOURCE[../../providers/libfips.a]=ml_kem.c
ENDIF