summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortedu <>2014-05-06 01:53:53 +0000
committertedu <>2014-05-06 01:53:53 +0000
commit6e33c836efcf03f8a3a094fe177a70a1e168ddfa (patch)
treed8f58271264eb827d70f47d45a23d0a6984dc0f8
parent9d26c770e2336eb2ffb3c698cc0ed9ea63411ccd (diff)
downloadopenbsd-6e33c836efcf03f8a3a094fe177a70a1e168ddfa.tar.gz
openbsd-6e33c836efcf03f8a3a094fe177a70a1e168ddfa.tar.bz2
openbsd-6e33c836efcf03f8a3a094fe177a70a1e168ddfa.zip
move a comment to make unifdef happier
-rw-r--r--src/lib/libssl/src/apps/x509.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/x509.c b/src/lib/libssl/src/apps/x509.c
index 899ed00cc1..624e14707f 100644
--- a/src/lib/libssl/src/apps/x509.c
+++ b/src/lib/libssl/src/apps/x509.c
@@ -424,8 +424,9 @@ 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 /* stay backwards-compatible with 0.9.5; this 427#if 1
428 * should go away soon */ 428 /* stay backwards-compatible with 0.9.5; this
429 * should go away soon */
429 else if (strcmp(*argv, "-crlext") == 0) { 430 else if (strcmp(*argv, "-crlext") == 0) {
430 BIO_printf(bio_err, "use -clrext instead of -crlext\n"); 431 BIO_printf(bio_err, "use -clrext instead of -crlext\n");
431 clrext = 1; 432 clrext = 1;