summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/signature/build.info')
-rw-r--r--providers/implementations/signature/build.info10
1 files changed, 10 insertions, 0 deletions
diff --git a/providers/implementations/signature/build.info b/providers/implementations/signature/build.info
new file mode 100644
index 0000000000..a9687fc929
--- /dev/null
+++ b/providers/implementations/signature/build.info
@@ -0,0 +1,10 @@
+# We make separate GOAL variables for each algorithm, to make it easy to
+# switch each to the Legacy provider when needed.
+
+$DSA_GOAL=../../libimplementations.a
+
+IF[{- !$disabled{dsa} -}]
+ SOURCE[$DSA_GOAL]=dsa.c
+ENDIF
+
+