aboutsummaryrefslogtreecommitdiff
path: root/apps/rsa.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-01 16:42:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-01 16:42:49 +0000
commit20432eae41e35ea28a4d43c0dfc7acfdd9672812 (patch)
treeab6b92cdf2f38923e3e106968aa0dca236e0b4f9 /apps/rsa.c
parent47134b7864fd5e31dbdbc789d9e073742ad4c3ee (diff)
downloadopenssl-20432eae41e35ea28a4d43c0dfc7acfdd9672812.zip
openssl-20432eae41e35ea28a4d43c0dfc7acfdd9672812.tar.gz
openssl-20432eae41e35ea28a4d43c0dfc7acfdd9672812.tar.bz2
Fix some of the command line password stuff. New function
that can automatically determine the type of a DER encoded "traditional" format private key and change some of the d2i functions to use it instead of requiring the application to work out the key type.
Diffstat (limited to 'apps/rsa.c')
-rw-r--r--apps/rsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/rsa.c b/apps/rsa.c
index 684252c..7d58b17 100644
--- a/apps/rsa.c
+++ b/apps/rsa.c
@@ -161,7 +161,6 @@ int MAIN(int argc, char **argv)
*argv);
badops = 1;
}
- argv++;
}
else if (strcmp(*argv,"-passout") == 0)
{