aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/pkcs12.h
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-07-12 15:50:06 +0200
committerKurt Roeckx <kurt@roeckx.be>2016-07-20 19:20:53 +0200
commit69588edbaa424beb71c6a9b1be416588232cb78c (patch)
treebc2d601241ea428fac0bc35d215b3964f0fce199 /include/openssl/pkcs12.h
parent8cc44d970ced1004db0727d7a7b3e2709c442e55 (diff)
downloadopenssl-69588edbaa424beb71c6a9b1be416588232cb78c.zip
openssl-69588edbaa424beb71c6a9b1be416588232cb78c.tar.gz
openssl-69588edbaa424beb71c6a9b1be416588232cb78c.tar.bz2
Check for errors allocating the error strings.
Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #1330
Diffstat (limited to 'include/openssl/pkcs12.h')
-rw-r--r--include/openssl/pkcs12.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/pkcs12.h b/include/openssl/pkcs12.h
index 4c49fb2..a1e9d1d 100644
--- a/include/openssl/pkcs12.h
+++ b/include/openssl/pkcs12.h
@@ -212,7 +212,7 @@ int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass);
* made after this point may be overwritten when the script is next run.
*/
-void ERR_load_PKCS12_strings(void);
+int ERR_load_PKCS12_strings(void);
/* Error codes for the PKCS12 functions. */