=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/rsautl.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/openssl/rsautl.c 2019/02/03 15:40:32 1.16 --- src/usr.bin/openssl/rsautl.c 2019/02/04 11:21:05 1.17 *************** *** 1,4 **** ! /* $OpenBSD: rsautl.c,v 1.16 2019/02/03 15:40:32 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ --- 1,4 ---- ! /* $OpenBSD: rsautl.c,v 1.17 2019/02/04 11:21:05 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ *************** *** 208,214 **** }, { .name = "x931", ! .desc = "Use X931 padding", .type = OPTION_VALUE, .value = RSA_X931_PADDING, .opt.value = &rsautl_config.pad, --- 208,214 ---- }, { .name = "x931", ! .desc = "Use ANSI X9.31 padding", .type = OPTION_VALUE, .value = RSA_X931_PADDING, .opt.value = &rsautl_config.pad, *************** *** 224,231 **** "usage: rsautl [-asn1parse] [-certin] [-decrypt] [-encrypt] " "[-hexdump]\n" " [-in file] [-inkey file] [-keyform der | pem]\n" ! " [-oaep | -pkcs | -raw] [-out file] [-pubin] [-sign]\n" ! " [-verify]\n\n"); options_usage(rsautl_options); } --- 224,231 ---- "usage: rsautl [-asn1parse] [-certin] [-decrypt] [-encrypt] " "[-hexdump]\n" " [-in file] [-inkey file] [-keyform der | pem]\n" ! " [-oaep | -pkcs | -raw | -x931] [-out file] [-passin arg]\n" ! " [-pubin] [-rev] [-sign] [-verify]\n\n"); options_usage(rsautl_options); }