summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/gendsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/gendsa.c')
-rw-r--r--src/lib/libssl/src/apps/gendsa.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/src/apps/gendsa.c b/src/lib/libssl/src/apps/gendsa.c
index 919b40af83..d45e237103 100644
--- a/src/lib/libssl/src/apps/gendsa.c
+++ b/src/lib/libssl/src/apps/gendsa.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: gendsa.c,v 1.30 2014/07/14 00:35:10 deraadt Exp $ */ 1/* $OpenBSD: gendsa.c,v 1.31 2014/07/25 06:05:32 doug 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 *
@@ -219,8 +219,7 @@ bad:
219end: 219end:
220 if (ret != 0) 220 if (ret != 0)
221 ERR_print_errors(bio_err); 221 ERR_print_errors(bio_err);
222 if (in != NULL) 222 BIO_free(in);
223 BIO_free(in);
224 if (out != NULL) 223 if (out != NULL)
225 BIO_free_all(out); 224 BIO_free_all(out);
226 if (dsa != NULL) 225 if (dsa != NULL)