=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/crl2p7.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/openssl/crl2p7.c 2017/01/20 08:57:11 1.7 --- src/usr.bin/openssl/crl2p7.c 2018/02/07 05:47:55 1.8 *************** *** 1,4 **** ! /* $OpenBSD: crl2p7.c,v 1.7 2017/01/20 08:57:11 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: crl2p7.c,v 1.8 2018/02/07 05:47:55 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 277,283 **** } ret = 0; ! end: if (in != NULL) BIO_free(in); if (out != NULL) --- 277,283 ---- } ret = 0; ! end: if (in != NULL) BIO_free(in); if (out != NULL) *************** *** 323,329 **** ret = count; ! end: /* never need to free x */ if (in != NULL) BIO_free(in); --- 323,329 ---- ret = count; ! end: /* never need to free x */ if (in != NULL) BIO_free(in);