From 6f91b017bbb7140f816721141ac156d1b828a6b3 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 6 Feb 2015 10:54:20 -0500 Subject: Live code cleanup: remove #if 1 stuff For code bracketed by "#if 1" then remove the alternate "#else .. #endif" lines. Reviewed-by: Andy Polyakov --- apps/x509.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/x509.c') diff --git a/apps/x509.c b/apps/x509.c index 4248bdb8fa..4b08c181ee 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -469,13 +469,6 @@ int 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 (strcmp(*argv, "-badsig") == 0) -- cgit v1.2.3