summaryrefslogtreecommitdiffstats
path: root/apps/rsautl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-05-28 20:44:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-05-28 20:44:02 +0000
commit499fca2db345a81a05b7d02dcefdc29f04507527 (patch)
tree82622782f5caf7282ff229dca4e27ff5d60aeef0 /apps/rsautl.c
parenta28a5d9c626c8b48d55f64ad77304578d1bd2a03 (diff)
Update from 0.9.7-stable. Also repatch and rebuild error codes.
Diffstat (limited to 'apps/rsautl.c')
-rw-r--r--apps/rsautl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/rsautl.c b/apps/rsautl.c
index 596199010a..a629ff50ac 100644
--- a/apps/rsautl.c
+++ b/apps/rsautl.c
@@ -148,6 +148,7 @@ int MAIN(int argc, char **argv)
else if(!strcmp(*argv, "-oaep")) pad = RSA_PKCS1_OAEP_PADDING;
else if(!strcmp(*argv, "-ssl")) pad = RSA_SSLV23_PADDING;
else if(!strcmp(*argv, "-pkcs")) pad = RSA_PKCS1_PADDING;
+ else if(!strcmp(*argv, "-x931")) pad = RSA_X931_PADDING;
else if(!strcmp(*argv, "-sign")) {
rsa_mode = RSA_SIGN;
need_priv = 1;