diff options
author | jsing <> | 2018-02-07 05:47:55 +0000 |
---|---|---|
committer | jsing <> | 2018-02-07 05:47:55 +0000 |
commit | 8b26a12dbe124fea0169712974ac2d8468e92dd9 (patch) | |
tree | 4fc27d43e8a00c73b96eeca6961a12b7a625e0c8 /src/usr.bin/openssl/ciphers.c | |
parent | 8af3d9d9a31769e939636e3beaf236d858d41d19 (diff) | |
download | openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.tar.gz openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.tar.bz2 openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.zip |
Indent labels with a single space so that diff prototypes are more useful.
Diffstat (limited to 'src/usr.bin/openssl/ciphers.c')
-rw-r--r-- | src/usr.bin/openssl/ciphers.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/ciphers.c b/src/usr.bin/openssl/ciphers.c index 72e12a3aae..2b8ad5ba85 100644 --- a/src/usr.bin/openssl/ciphers.c +++ b/src/usr.bin/openssl/ciphers.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ciphers.c,v 1.8 2015/10/17 15:00:11 doug Exp $ */ | 1 | /* $OpenBSD: ciphers.c,v 1.9 2018/02/07 05:47:55 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -140,11 +140,11 @@ ciphers_main(int argc, char **argv) | |||
140 | 140 | ||
141 | goto done; | 141 | goto done; |
142 | 142 | ||
143 | err: | 143 | err: |
144 | ERR_print_errors_fp(stderr); | 144 | ERR_print_errors_fp(stderr); |
145 | rv = 1; | 145 | rv = 1; |
146 | 146 | ||
147 | done: | 147 | done: |
148 | SSL_CTX_free(ssl_ctx); | 148 | SSL_CTX_free(ssl_ctx); |
149 | SSL_free(ssl); | 149 | SSL_free(ssl); |
150 | 150 | ||