]> git.ipfire.org Git - thirdparty/openssl.git/blob - providers/implementations/serializers/build.info
PROV SERIALIZER: add support for writing RSA keys
[thirdparty/openssl.git] / providers / implementations / serializers / 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 $SERIALIZER_GOAL=../../libimplementations.a
5 $RSA_GOAL=../../libimplementations.a
6
7 SOURCE[$SERIALIZER_GOAL]=serializer_common.c
8 SOURCE[$RSA_GOAL]=serializer_rsa.c serializer_rsa_priv.c serializer_rsa_pub.c