summaryrefslogtreecommitdiff
path: root/security/nss/lib
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2000-09-23 00:04:34 +0000
committerrelyea%netscape.com <devnull@localhost>2000-09-23 00:04:34 +0000
commit01868752b0e93b1f02048cecc978857fc2b5ae51 (patch)
treecd3bbdb66b2bc44be6cb977f8759452212d38390 /security/nss/lib
parentc869da14ab59faae9db0c9445e3912f3b68ceb2d (diff)
downloadnss-hg-01868752b0e93b1f02048cecc978857fc2b5ae51.tar.gz
Move the header files.
Diffstat (limited to 'security/nss/lib')
-rw-r--r--security/nss/lib/softoken/pkcs11.h8
-rw-r--r--security/nss/lib/softoken/softoken.h9
2 files changed, 8 insertions, 9 deletions
diff --git a/security/nss/lib/softoken/pkcs11.h b/security/nss/lib/softoken/pkcs11.h
index 28fd0cd8e..9ada2625e 100644
--- a/security/nss/lib/softoken/pkcs11.h
+++ b/security/nss/lib/softoken/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
diff --git a/security/nss/lib/softoken/softoken.h b/security/nss/lib/softoken/softoken.h
index 733fdbede..b13a93461 100644
--- a/security/nss/lib/softoken/softoken.h
+++ b/security/nss/lib/softoken/softoken.h
@@ -130,15 +130,6 @@ SECStatus RSA_DecryptRaw(SECKEYLowPrivateKey *key, unsigned char *output,
unsigned int max_output_len,
unsigned char *input, unsigned int input_len);
-
-/*
-** 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);
-
/*
** Prepare a buffer for DES encryption, growing to the appropriate boundary,
** filling with the appropriate padding.