summaryrefslogtreecommitdiffstats
path: root/demos/pkcs12
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-16 20:33:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-16 20:33:11 +0000
commit1cd47f5f6e30f5c9ca6c77202dfbaf2579793d2a (patch)
tree88fb6adb667dd98a02cd1248eb9dffe4af01fafa /demos/pkcs12
parent675564835cb1105289ee85e32844d38af5efef4c (diff)
Ooops revert stuff which shouldn't have been part of previous commit.
Diffstat (limited to 'demos/pkcs12')
-rw-r--r--demos/pkcs12/pkread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/pkcs12/pkread.c b/demos/pkcs12/pkread.c
index 85ba4e2f86..02e16cda2a 100644
--- a/demos/pkcs12/pkread.c
+++ b/demos/pkcs12/pkread.c
@@ -20,8 +20,7 @@ int main(int argc, char **argv)
fprintf(stderr, "Usage: pkread p12file password opfile\n");
exit (1);
}
- /*SSLeay_add_all_algorithms();*/
-OpenSSL_add_all_digests();
+ SSLeay_add_all_algorithms();
ERR_load_crypto_strings();
if (!(fp = fopen(argv[1], "rb"))) {
fprintf(stderr, "Error opening file %s\n", argv[1]);