=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/dsaparam.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/openssl/dsaparam.c 2017/01/20 08:57:12 1.8 --- src/usr.bin/openssl/dsaparam.c 2018/02/07 04:57:06 1.9 *************** *** 1,4 **** ! /* $OpenBSD: dsaparam.c,v 1.8 2017/01/20 08:57:12 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: dsaparam.c,v 1.9 2018/02/07 04:57:06 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 340,349 **** end: BIO_free(in); ! if (out != NULL) ! BIO_free_all(out); ! if (dsa != NULL) ! DSA_free(dsa); return (ret); } --- 340,347 ---- end: BIO_free(in); ! BIO_free_all(out); ! DSA_free(dsa); return (ret); }