From 9359fc5ff2c10dae70b7d9303e99312a7c4471d9 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 20 Jan 2010 14:04:55 +0000 Subject: Support -L options in VC++ link. --- demos/pkcs12/pkread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demos/pkcs12') diff --git a/demos/pkcs12/pkread.c b/demos/pkcs12/pkread.c index 02e16cda2a..bc193600bf 100644 --- a/demos/pkcs12/pkread.c +++ b/demos/pkcs12/pkread.c @@ -20,7 +20,8 @@ int main(int argc, char **argv) fprintf(stderr, "Usage: pkread p12file password opfile\n"); exit (1); } - SSLeay_add_all_algorithms(); + /*SSLeay_add_all_algorithms();*/ + SSL_library_init(); ERR_load_crypto_strings(); if (!(fp = fopen(argv[1], "rb"))) { fprintf(stderr, "Error opening file %s\n", argv[1]); -- cgit v1.2.3