summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2009-03-25 05:21:06 +0000
committerrelyea%netscape.com <devnull@localhost>2009-03-25 05:21:06 +0000
commit677816274d783e78ef08aa5433e969e540e064ca (patch)
tree83bb7f6ce4421a78b9f480126042579a4a7401f5
parentfb1674b097f2eef22a646d8cf7d74be1eeb10e35 (diff)
downloadnss-hg-677816274d783e78ef08aa5433e969e540e064ca.tar.gz
Move the header files.
-rw-r--r--security/nss/lib/util/pkcs11.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/nss/lib/util/pkcs11.h b/security/nss/lib/util/pkcs11.h
index 28fd0cd8e..9ada2625e 100644
--- a/security/nss/lib/util/pkcs11.h
+++ b/security/nss/lib/util/pkcs11.h
@@ -313,4 +313,12 @@ struct CK_FUNCTION_LIST {
}
#endif
+/*
+** Functions called directly by applications to configure the FIPS token.
+*/
+extern void PK11_ConfigurePKCS11(char *man, char *libdes, char *tokdes,
+ char *ptokdes, char *slotdes, char *pslotdes, char *fslotdes,
+ char *fpslotdes, int minPwd, int pwdRequired);
+extern void PK11_ConfigureFIPS(char *slotdes, char *pslotdes);
+
#endif