summaryrefslogtreecommitdiffstats
path: root/security/nss/lib/softoken/sftkdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/softoken/sftkdb.h')
-rw-r--r--security/nss/lib/softoken/sftkdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/softoken/sftkdb.h b/security/nss/lib/softoken/sftkdb.h
index e30f3a237..bce39dc92 100644
--- a/security/nss/lib/softoken/sftkdb.h
+++ b/security/nss/lib/softoken/sftkdb.h
@@ -70,3 +70,5 @@ SFTKDBHandle *sftk_getKeyDB(SFTKSlot *slot);
SFTKDBHandle *sftk_getDBForTokenObject(SFTKSlot *slot,
CK_OBJECT_HANDLE objectID);
void sftk_freeDB(SFTKDBHandle *certHandle);
+
+PRBool sftk_isLegacyIterationCountAllowed(void);