diff options
Diffstat (limited to 'security/nss/gtests/pkcs11testmodule/pkcs11testmodule.def')
-rw-r--r-- | security/nss/gtests/pkcs11testmodule/pkcs11testmodule.def | 8 |
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 000000000..e03b39e5f --- /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: +;+ *; +;+}; |