diff options
author | 2014-05-06 01:53:53 +0000 | |
---|---|---|
committer | 2014-05-06 01:53:53 +0000 | |
commit | 89fd9f29682e1e6147f7b875f6cad52d3749f433 (patch) | |
tree | e670470402ec6b0442ba0ee23c8a2f10cfe1e3c0 /lib/libssl/src | |
parent | bye bye SRP (diff) | |
download | wireguard-openbsd-89fd9f29682e1e6147f7b875f6cad52d3749f433.tar.xz wireguard-openbsd-89fd9f29682e1e6147f7b875f6cad52d3749f433.zip |
move a comment to make unifdef happier
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/apps/x509.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/x509.c b/lib/libssl/src/apps/x509.c index 899ed00cc1e..624e14707fc 100644 --- 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; |