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/rsa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/rsa.c') diff --git a/apps/rsa.c b/apps/rsa.c index 60a3381527..4e19bc16fb 100644 --- a/apps/rsa.c +++ b/apps/rsa.c @@ -238,12 +238,12 @@ bad: if (pubin) pkey = load_pubkey(bio_err, infile, (informat == FORMAT_NETSCAPE && sgckey ? - FORMAT_IISSGC : informat), + FORMAT_IISSGC : informat), 1, passin, e, "Public Key"); else pkey = load_key(bio_err, infile, (informat == FORMAT_NETSCAPE && sgckey ? - FORMAT_IISSGC : informat), + FORMAT_IISSGC : informat), 1, passin, e, "Private Key"); if (pkey != NULL) -- cgit v1.2.3