summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-20 14:06:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-20 14:06:21 +0000
commit3ec5f38b47e425e757e87dbd5ba2725754346eb5 (patch)
tree69373db3cdff826538a3999d917cc6391d33815d /demos
parenta70e377fd8331be7871879425ea47df6f3a31a36 (diff)
Update demo
Diffstat (limited to 'demos')
-rw-r--r--demos/pkcs12/pkread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/pkcs12/pkread.c b/demos/pkcs12/pkread.c
index 02e16cda2a..fa8f509237 100644
--- a/demos/pkcs12/pkread.c
+++ b/demos/pkcs12/pkread.c
@@ -20,7 +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_algorithms();
ERR_load_crypto_strings();
if (!(fp = fopen(argv[1], "rb"))) {
fprintf(stderr, "Error opening file %s\n", argv[1]);