o_time.c: use gmtime_s with MSVC
[openssl.git] / crypto / pkcs12 / pkcs12.h
index a39adf5eb52eb514ba2ac6bc10670224f206a2a0..21f1f62b36c66fc655087e4f75807a91b8d99e5b 100644 (file)
@@ -270,7 +270,7 @@ int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12);
 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12);
-int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass);
+int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass);
 
 /* BEGIN ERROR CODES */
 /*