diff options
| author | tedu <> | 2014-05-06 02:05:38 +0000 |
|---|---|---|
| committer | tedu <> | 2014-05-06 02:05:38 +0000 |
| commit | ff2bba22087f02ccf7f2d4bc35ccf002c5e704a5 (patch) | |
| tree | 8dcd010a6c1a5b8326be1cd1a086948538c26128 /src | |
| parent | 4f3c7f8bd00d52f3ac3d0ec5bb62144cf85d5be7 (diff) | |
| download | openbsd-ff2bba22087f02ccf7f2d4bc35ccf002c5e704a5.tar.gz openbsd-ff2bba22087f02ccf7f2d4bc35ccf002c5e704a5.tar.bz2 openbsd-ff2bba22087f02ccf7f2d4bc35ccf002c5e704a5.zip | |
"stay backwards-compatible with 0.9.5; this should go away soon"
it's your lucky day!
Diffstat (limited to 'src')
| -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))) { |
