]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/asymciphers/build.info
Make the RSA ASYM_CIPHER implementation available inside the FIPS module
[thirdparty/openssl.git] / providers / implementations / asymciphers / build.info
index aa050803d4a978ba37f07ecf956f063961931c56..b4033d8a7d2c4bb433e2e3f6edde32db2fcea785 100644 (file)
@@ -1,4 +1,6 @@
-LIBS=../../../libcrypto
-SOURCE[../../../libcrypto]=rsa_enc.c
+# We make separate GOAL variables for each algorithm, to make it easy to
+# switch each to the Legacy provider when needed.
 
+$RSA_GOAL=../../libimplementations.a
 
+SOURCE[$RSA_GOAL]=rsa_enc.c