diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/src/apps/x509.c | 8 |
1 files changed, 0 insertions, 8 deletions
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) | |||
424 | CA_createserial = ++num; | 424 | CA_createserial = ++num; |
425 | else if (strcmp(*argv, "-clrext") == 0) | 425 | else if (strcmp(*argv, "-clrext") == 0) |
426 | clrext = 1; | 426 | clrext = 1; |
427 | #if 1 | ||
428 | /* stay backwards-compatible with 0.9.5; this | ||
429 | * should go away soon */ | ||
430 | else if (strcmp(*argv, "-crlext") == 0) { | ||
431 | BIO_printf(bio_err, "use -clrext instead of -crlext\n"); | ||
432 | clrext = 1; | ||
433 | } | ||
434 | #endif | ||
435 | else if (strcmp(*argv, "-ocspid") == 0) | 427 | else if (strcmp(*argv, "-ocspid") == 0) |
436 | ocspid = ++num; | 428 | ocspid = ++num; |
437 | else if ((md_alg = EVP_get_digestbyname(*argv + 1))) { | 429 | else if ((md_alg = EVP_get_digestbyname(*argv + 1))) { |