Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.
[openssl.git] / doc / crypto / PKCS12_create.pod
index 6408af1ed1ad494d8d0b73d43ef37899aa1e1fef..0a43b96c318fee4b456c653423d3aff27c87a83c 100644 (file)
@@ -8,8 +8,9 @@ PKCS12_create - create a PKCS#12 structure
 
  #include <openssl/pkcs12.h>
 
 
  #include <openssl/pkcs12.h>
 
- PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert, STACK_OF(X509) *ca,
-                                int nid_key, int nid_cert, int iter, int mac_iter, int keytype);
+ PKCS12 *PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey,
+                       X509 *cert, STACK_OF(X509) *ca,
+                       int nid_key, int nid_cert, int iter, int mac_iter, int keytype);
 
 =head1 DESCRIPTION
 
 
 =head1 DESCRIPTION