Add Attribute Certificate suport comments to CHANGES and NEWS
[openssl.git] / providers / implementations / encode_decode / 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 $ENCODER_GOAL=../../libimplementations.a
5 $DECODER_GOAL=../../libimplementations.a
6 $RSA_GOAL=../../libimplementations.a
7 $FFC_GOAL=../../libimplementations.a
8 $DH_GOAL=../../libimplementations.a
9 $DSA_GOAL=../../libimplementations.a
10 $ECX_GOAL=../../libimplementations.a
11 $EC_GOAL=../../libimplementations.a
12
13 SOURCE[$ENCODER_GOAL]=endecoder_common.c
14
15 SOURCE[$DECODER_GOAL]=decode_der2key.c decode_pem2der.c
16 IF[{- !$disabled{dsa} -}]
17   SOURCE[$DECODER_GOAL]=decode_ms2key.c
18 ENDIF
19
20 SOURCE[$DECODER_GOAL]=encode_key2any.c encode_key2text.c
21 DEPEND[encode_key2any.o]=../../common/include/prov/der_rsa.h