=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/crl.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/openssl/crl.c 2017/01/20 08:57:11 1.10 --- src/usr.bin/openssl/crl.c 2018/02/07 05:47:55 1.11 *************** *** 1,4 **** ! /* $OpenBSD: crl.c,v 1.10 2017/01/20 08:57:11 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: crl.c,v 1.11 2018/02/07 05:47:55 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 424,430 **** } ret = 0; ! end: BIO_free_all(out); BIO_free_all(bio_out); bio_out = NULL; --- 424,430 ---- } ret = 0; ! end: BIO_free_all(out); BIO_free_all(bio_out); bio_out = NULL; *************** *** 471,477 **** goto end; } ! end: BIO_free(in); return (x); } --- 471,477 ---- goto end; } ! end: BIO_free(in); return (x); }