From 1114d41f2e8954f3f2e2d40236682a9cc7d1fdbf Mon Sep 17 00:00:00 2001
From: tedu <>
Date: Tue, 6 May 2014 01:53:53 +0000
Subject: move a comment to make unifdef happier

---
 src/lib/libssl/src/apps/x509.c | 5 +++--
 1 file 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)
 			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 */
+#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;
-- 
cgit v1.2.3-55-g6feb