Make it possible to load keys from stdin, and restore that

functionality in the programs that had that before.
Part fo PR 164
This commit is contained in:
Richard Levitte
2002-08-01 16:28:40 +00:00
parent bd45950f4a
commit da9b972466
13 changed files with 50 additions and 34 deletions

View File

@@ -428,7 +428,7 @@ int MAIN(int argc, char **argv)
} else keyfile = NULL;
if(keyfile) {
key = load_key(bio_err, keyfile, keyform, passin, e,
key = load_key(bio_err, keyfile, keyform, 0, passin, e,
"signing key file");
if (!key) {
goto end;