summaryrefslogtreecommitdiffstats
path: root/security/nss/gtests/pkcs11testmodule/pkcs11testmodule.def
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/gtests/pkcs11testmodule/pkcs11testmodule.def')
-rw-r--r--security/nss/gtests/pkcs11testmodule/pkcs11testmodule.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/nss/gtests/pkcs11testmodule/pkcs11testmodule.def b/security/nss/gtests/pkcs11testmodule/pkcs11testmodule.def
new file mode 100644
index 0000000000..e03b39e5fe
--- /dev/null
+++ b/security/nss/gtests/pkcs11testmodule/pkcs11testmodule.def
@@ -0,0 +1,8 @@
+;+NSS_3.48 { # NSS 3.48 release
+;+ global:
+LIBRARY pkcs11testmodule ;-
+EXPORTS ;-
+C_GetFunctionList;
+;+ local:
+;+ *;
+;+};