blob: b4033d8a7d2c4bb433e2e3f6edde32db2fcea785 (
plain)
1
2
3
4
5
6
|
# 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
|