=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/crl2p7.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -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 +1,4 @@ -/* $OpenBSD: crl2p7.c,v 1.7 2017/01/20 08:57:11 deraadt Exp $ */ +/* $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,7 +277,7 @@ } ret = 0; -end: + end: if (in != NULL) BIO_free(in); if (out != NULL) @@ -323,7 +323,7 @@ ret = count; -end: + end: /* never need to free x */ if (in != NULL) BIO_free(in);