summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/sess_id.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/sess_id.c')
-rw-r--r--src/usr.bin/openssl/sess_id.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/sess_id.c b/src/usr.bin/openssl/sess_id.c
index 3670f5404f..e739d99d94 100644
--- a/src/usr.bin/openssl/sess_id.c
+++ b/src/usr.bin/openssl/sess_id.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sess_id.c,v 1.8 2017/01/20 08:57:12 deraadt Exp $ */ 1/* $OpenBSD: sess_id.c,v 1.9 2018/02/07 05:47:55 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -249,7 +249,7 @@ sess_id_main(int argc, char **argv)
249 } 249 }
250 ret = 0; 250 ret = 0;
251 251
252end: 252 end:
253 BIO_free_all(out); 253 BIO_free_all(out);
254 SSL_SESSION_free(x); 254 SSL_SESSION_free(x);
255 255
@@ -289,7 +289,7 @@ load_sess_id(char *infile, int format)
289 ERR_print_errors(bio_err); 289 ERR_print_errors(bio_err);
290 goto end; 290 goto end;
291 } 291 }
292end: 292 end:
293 BIO_free(in); 293 BIO_free(in);
294 return (x); 294 return (x);
295} 295}