diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-06 02:05:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-06 02:05:39 +0000 |
commit | 7e7a3531d57195525a6fb7033830991b814c931c (patch) | |
tree | b90af7de66a33d4bbf44cada4ccd8e0461f071a3 /lib | |
parent | 0bd643674d17c1c530a9c1ef9b118095378b6453 (diff) |
"stay backwards-compatible with 0.9.5; this should go away soon"
it's your lucky day!
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/apps/x509.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libssl/src/apps/x509.c b/lib/libssl/src/apps/x509.c index 624e14707fc..a7c451948b1 100644 --- a/lib/libssl/src/apps/x509.c +++ b/lib/libssl/src/apps/x509.c @@ -424,14 +424,6 @@ x509_main(int argc, char **argv) CA_createserial = ++num; else if (strcmp(*argv, "-clrext") == 0) clrext = 1; -#if 1 - /* stay backwards-compatible with 0.9.5; this - * should go away soon */ - else if (strcmp(*argv, "-crlext") == 0) { - BIO_printf(bio_err, "use -clrext instead of -crlext\n"); - clrext = 1; - } -#endif else if (strcmp(*argv, "-ocspid") == 0) ocspid = ++num; else if ((md_alg = EVP_get_digestbyname(*argv + 1))) { |