summaryrefslogtreecommitdiffstats
path: root/crypto/evp/names.c
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/evp/names.c
parent7c0f3d09b32ee1882ee309b660e82bc3077f42db (diff)
Include pkcs12 program as part of openssl. This completes most of the PKCS#12
integration.
Diffstat (limited to 'crypto/evp/names.c')
-rw-r--r--crypto/evp/names.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/names.c b/crypto/evp/names.c
index 4cc715606e..6bf37100de 100644
--- a/crypto/evp/names.c
+++ b/crypto/evp/names.c
@@ -60,6 +60,7 @@
#include "cryptlib.h"
#include "evp.h"
#include "objects.h"
+#include "x509.h"
int EVP_add_cipher(c)
EVP_CIPHER *c;
@@ -117,4 +118,5 @@ void EVP_cleanup()
{
OBJ_NAME_cleanup(OBJ_NAME_TYPE_CIPHER_METH);
OBJ_NAME_cleanup(OBJ_NAME_TYPE_MD_METH);
+ EVP_PBE_cleanup();
}