diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2010-01-20 15:06:21 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2010-01-20 15:06:21 +0100 |
commit | 3ec5f38b47e425e757e87dbd5ba2725754346eb5 (patch) | |
tree | 69373db3cdff826538a3999d917cc6391d33815d /demos | |
parent | Support -L options in VC++ link. (diff) | |
download | openssl-3ec5f38b47e425e757e87dbd5ba2725754346eb5.tar.xz openssl-3ec5f38b47e425e757e87dbd5ba2725754346eb5.zip |
Update demo
Diffstat (limited to 'demos')
-rw-r--r-- | demos/pkcs12/pkread.c | 2 |
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]); |