summaryrefslogtreecommitdiff
path: root/security/nss/cmd/pk11util/scripts/pMechanisms
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/cmd/pk11util/scripts/pMechanisms')
-rw-r--r--security/nss/cmd/pk11util/scripts/pMechanisms8
1 files changed, 0 insertions, 8 deletions
diff --git a/security/nss/cmd/pk11util/scripts/pMechanisms b/security/nss/cmd/pk11util/scripts/pMechanisms
deleted file mode 100644
index 82e860258..000000000
--- a/security/nss/cmd/pk11util/scripts/pMechanisms
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# print the mechanism list for a given token
-#
-set slotID slotList[i]
-C_GetMechanismList slotID NULL mechCount
-NewArray mechanismList CK_ULONG mechcount
-C_GetMechanismList slotID mechanismList mechCount
-print mechanismList