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)
6 lines
145 B
Text
6 lines
145 B
Text
LIBS = ../../libcrypto
|
|
|
|
IF[{- !$disabled{'ml-kem'} -}]
|
|
SOURCE[../../libcrypto]=ml_kem.c
|
|
SOURCE[../../providers/libfips.a]=ml_kem.c
|
|
ENDIF
|