summaryrefslogtreecommitdiff
path: root/libhogweed.map.in
diff options
context:
space:
mode:
Diffstat (limited to 'libhogweed.map.in')
-rw-r--r--libhogweed.map.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/libhogweed.map.in b/libhogweed.map.in
new file mode 100644
index 00000000..eea6ed81
--- /dev/null
+++ b/libhogweed.map.in
@@ -0,0 +1,18 @@
+# libhogweed.map -- libhogweed linker version script. -*- ld-script -*-
+
+#
+# The symbol version must be updated on every hogweed
+# library major number change. That is taken care by
+# auto-generating the file.
+
+HOGWEED_@LIBHOGWEED_MAJOR@
+{
+ global:
+ nettle_*;
+ _nettle_*;
+ @HOGWEED_EXTRA_SYMBOLS@
+
+ local:
+ *;
+};
+