From 3ec5f38b47e425e757e87dbd5ba2725754346eb5 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 20 Jan 2010 14:06:21 +0000 Subject: [PATCH] Update demo --- demos/pkcs12/pkread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/pkcs12/pkread.c b/demos/pkcs12/pkread.c index 02e16cda2..fa8f50923 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]);