diff options
Diffstat (limited to 'security/nss/lib/softoken/pkcs11.h')
-rw-r--r-- | security/nss/lib/softoken/pkcs11.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/nss/lib/softoken/pkcs11.h b/security/nss/lib/softoken/pkcs11.h index 9ada2625e..f256d8eba 100644 --- a/security/nss/lib/softoken/pkcs11.h +++ b/security/nss/lib/softoken/pkcs11.h @@ -316,9 +316,10 @@ struct CK_FUNCTION_LIST { /* ** 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); +extern void PK11_ConfigurePKCS11(const char *man, const char *libdes, + const char *tokdes, const char *ptokdes, const char *slotdes, + const char *pslotdes, const char *fslotdes, const char *fpslotdes, + int minPwd, int pwdRequired); +extern void PK11_ConfigureFIPS(const char *slotdes, const char *pslotdes); #endif |