Add HPKE DHKEM provider support for EC, X25519 and X448.
[openssl.git] / providers / implementations / kem / build.info
1 # We make separate GOAL variables for each algorithm, to make it easy to
2 # switch each to the Legacy provider when needed.
3
4 $RSA_KEM_GOAL=../../libdefault.a ../../libfips.a
5 $EC_KEM_GOAL=../../libdefault.a
6
7 SOURCE[$RSA_KEM_GOAL]=rsa_kem.c
8
9 IF[{- !$disabled{ec} -}]
10   SOURCE[$EC_KEM_GOAL]=ecx_kem.c kem_util.c ec_kem.c
11 ENDIF