diff options
author | Richard Levitte <levitte@openssl.org> | 2001-11-15 12:25:14 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-11-15 12:25:14 +0000 |
commit | b476df64a1d57501faa4c7b8f1c3f097f6e8be41 (patch) | |
tree | 25112c442d6e36324d8640248c3cd056f4e24882 /crypto/pkcs12 | |
parent | 1d46b6b3b9d2375111bca66be482067d70ae16f6 (diff) | |
download | openssl-new-b476df64a1d57501faa4c7b8f1c3f097f6e8be41.tar.gz |
make update
perl util/mkerr.pl -recurse -write -rebuild
Diffstat (limited to 'crypto/pkcs12')
-rw-r--r-- | crypto/pkcs12/pkcs12.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs12/pkcs12.h b/crypto/pkcs12/pkcs12.h index 611762777d..52fd37714c 100644 --- a/crypto/pkcs12/pkcs12.h +++ b/crypto/pkcs12/pkcs12.h @@ -260,6 +260,7 @@ int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass); /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ +void ERR_load_PKCS12_strings(void); /* Error codes for the PKCS12 functions. */ @@ -318,4 +319,3 @@ int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass); } #endif #endif - |