summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_all.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-05 00:32:16 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-05 00:32:16 +0000
commit600dec15861ec31e69f3fc67f3ea8bac2527ca53 (patch)
treefba6dda5c8147631111f810e1e3f575162901743 /crypto/evp/c_all.c
parentb0c6fb8064f129ba94aa9e1f479750a20b2bdee2 (diff)
Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots more
options to handle encrypted and unencrypted forms and DER format input and output.
Diffstat (limited to 'crypto/evp/c_all.c')
-rw-r--r--crypto/evp/c_all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c
index 278e9e4dcf..a4d3b43fb9 100644
--- a/crypto/evp/c_all.c
+++ b/crypto/evp/c_all.c
@@ -189,4 +189,5 @@ void SSLeay_add_all_digests(void)
EVP_add_digest_alias(SN_ripemd160,"rmd160");
#endif
PKCS12_PBE_add();
+ PKCS5_PBE_add();
}