summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortedu <>2014-05-06 01:53:53 +0000
committertedu <>2014-05-06 01:53:53 +0000
commit1114d41f2e8954f3f2e2d40236682a9cc7d1fdbf (patch)
treed8f58271264eb827d70f47d45a23d0a6984dc0f8 /src
parentf6057356b8d10f0fe183f14624346fcbe02e5b60 (diff)
downloadopenbsd-1114d41f2e8954f3f2e2d40236682a9cc7d1fdbf.tar.gz
openbsd-1114d41f2e8954f3f2e2d40236682a9cc7d1fdbf.tar.bz2
openbsd-1114d41f2e8954f3f2e2d40236682a9cc7d1fdbf.zip
move a comment to make unifdef happier
Diffstat (limited to 'src')
-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;