aboutsummaryrefslogtreecommitdiff
path: root/libcryptech-pkcs11.map
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-08-10 21:06:04 -0400
committerRob Austein <sra@hactrn.net>2016-08-10 21:06:04 -0400
commitef142cd0ba5e60baee56b8aaafac9a835958a679 (patch)
tree26378797d1325d1688afdf72a0129453bdc74177 /libcryptech-pkcs11.map
parentf1a7e6578fe9efe81ab3e511e19c84a25049acb2 (diff)
Shared library symbol versioning support from Ondrej Sury (thanks!).
Apparently this is how the cool kids handle hiding library-internal symbols now, using objcopy is old hat. Ondrey tells us that this should work on GNU/Linux and on *BSD, which, at the moment, just leaves OSX, which we already handle with an OSX-specific kludge.
Diffstat (limited to 'libcryptech-pkcs11.map')
-rw-r--r--libcryptech-pkcs11.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcryptech-pkcs11.map b/libcryptech-pkcs11.map
new file mode 100644
index 0000000..11c3036
--- /dev/null
+++ b/libcryptech-pkcs11.map
@@ -0,0 +1,6 @@
+LIBCRYPTECH_PKCS11_2.0 {
+ global:
+ C_*;
+ local:
+ *;
+};