]> git.ipfire.org Git - thirdparty/openssl.git/blob - providers/implementations/encode_decode/build.info
537d39326157d2e7cd6d23439b2ed514c8ca46c1
[thirdparty/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
7 SOURCE[$ENCODER_GOAL]=endecoder_common.c
8
9 SOURCE[$DECODER_GOAL]=decode_der2key.c decode_pem2der.c \
10 decode_msblob2key.c decode_pvk2key.c
11
12 SOURCE[$ENCODER_GOAL]=encode_key2any.c encode_key2text.c encode_key2ms.c
13 # encode_key2blob.c is only being included when EC is enabled, because we
14 # currently only define a "blob" output type for EC public keys. This may
15 # change in the future.
16 IF[{- !$disabled{ec} -}]
17 SOURCE[$ENCODER_GOAL]=encode_key2blob.c
18 ENDIF
19 DEPEND[encode_key2any.o]=../../common/include/prov/der_rsa.h