Drop libimplementations.a
[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=../../libdefault.a
5 $DECODER_GOAL=../../libdefault.a
6 $RSA_GOAL=../../libdefault.a
7 $FFC_GOAL=../../libdefault.a
8 $DH_GOAL=../../libdefault.a
9 $DSA_GOAL=../../libdefault.a
10 $ECX_GOAL=../../libdefault.a
11 $EC_GOAL=../../libdefault.a
12
13 SOURCE[$ENCODER_GOAL]=endecoder_common.c
14
15 SOURCE[$DECODER_GOAL]=decode_der2key.c decode_pem2der.c \
16                       decode_msblob2key.c decode_pvk2key.c
17
18 SOURCE[$ENCODER_GOAL]=encode_key2any.c encode_key2text.c encode_key2ms.c
19 # encode_key2blob.c is only being included when EC is enabled, because we
20 # currently only define a "blob" output type for EC public keys.  This may
21 # change in the future.
22 IF[{- !$disabled{ec} -}]
23   SOURCE[$ENCODER_GOAL]=encode_key2blob.c
24 ENDIF
25 DEPEND[encode_key2any.o]=../../common/include/prov/der_rsa.h