From bdd989002c6541c9e73b1e520122ed1495e5f509 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Tue, 6 May 2014 02:05:38 +0000 Subject: "stay backwards-compatible with 0.9.5; this should go away soon" it's your lucky day! --- src/lib/libssl/src/apps/x509.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libssl/src/apps/x509.c b/src/lib/libssl/src/apps/x509.c index 624e14707f..a7c451948b 100644 --- a/src/lib/libssl/src/apps/x509.c +++ b/src/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))) { -- cgit v1.2.3-55-g6feb