From ef142cd0ba5e60baee56b8aaafac9a835958a679 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 10 Aug 2016 21:06:04 -0400 Subject: 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. --- libcryptech-pkcs11.map | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libcryptech-pkcs11.map (limited to 'libcryptech-pkcs11.map') 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: + *; +}; -- cgit v1.2.3