artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e988f
)
move a comment to make unifdef happier
author
tedu
<tedu@openbsd.org>
Tue, 6 May 2014 01:53:53 +0000
(
01:53
+0000)
committer
tedu
<tedu@openbsd.org>
Tue, 6 May 2014 01:53:53 +0000
(
01:53
+0000)
lib/libssl/src/apps/x509.c
patch
|
blob
|
history
diff --git
a/lib/libssl/src/apps/x509.c
b/lib/libssl/src/apps/x509.c
index
899ed00
..
624e147
100644
(file)
--- a/
lib/libssl/src/apps/x509.c
+++ b/
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;