From da9b97246695c370702d15be2b3778427cf57082 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 1 Aug 2002 16:28:40 +0000 Subject: Make it possible to load keys from stdin, and restore that functionality in the programs that had that before. Part fo PR 164 --- apps/pkcs12.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/pkcs12.c') diff --git a/apps/pkcs12.c b/apps/pkcs12.c index e345cf1489..73550d1801 100644 --- a/apps/pkcs12.c +++ b/apps/pkcs12.c @@ -427,7 +427,7 @@ int MAIN(int argc, char **argv) CRYPTO_push_info("process -export_cert"); CRYPTO_push_info("reading private key"); #endif - key = load_key(bio_err, keyname ? keyname : infile, FORMAT_PEM, + key = load_key(bio_err, keyname ? keyname : infile, FORMAT_PEM, 1, passin, e, "private key"); if (!key) { goto export_end; -- cgit v1.2.3