aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-29 17:50:26 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-29 17:50:26 +0000
commitee0508d4114e2b2291953a7d4c81a09b624b8821 (patch)
tree080fa161b394826423a96d45262a36c80641490a /crypto/x509
parent7c0f3d09b32ee1882ee309b660e82bc3077f42db (diff)
downloadopenssl-ee0508d4114e2b2291953a7d4c81a09b624b8821.tar.gz
Include pkcs12 program as part of openssl. This completes most of the PKCS#12
integration.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 8cdfe0fc9d..ee54557a0f 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -883,6 +883,7 @@ int EVP_PBE_ALGOR_CipherInit(X509_ALGOR *algor, unsigned char *pass,
int passlen, EVP_CIPHER_CTX *ctx, int en_de);
int EVP_PBE_alg_add(int nid, EVP_CIPHER *cipher, EVP_MD *md,
EVP_PBE_KEYGEN *keygen);
+void EVP_PBE_cleanup(void);
#else
@@ -1200,6 +1201,7 @@ PKCS8_PRIV_KEY_INFO *PKCS8_set_broken();
int EVP_PBE_ALGOR_CipherInit();
int EVP_PBE_alg_add();
X509_ALGOR *PKCS5_pbe_set();
+void EVP_PBE_cleanup();
#endif