summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ciphers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/ciphers.c')
-rw-r--r--src/usr.bin/openssl/ciphers.c6
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
143err: 143 err:
144 ERR_print_errors_fp(stderr); 144 ERR_print_errors_fp(stderr);
145 rv = 1; 145 rv = 1;
146 146
147done: 147 done:
148 SSL_CTX_free(ssl_ctx); 148 SSL_CTX_free(ssl_ctx);
149 SSL_free(ssl); 149 SSL_free(ssl);
150 150