summaryrefslogtreecommitdiff
path: root/ssh-dss.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-dss.c')
-rw-r--r--ssh-dss.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ssh-dss.c b/ssh-dss.c
index 8ed19d849..254f2a39b 100644
--- a/ssh-dss.c
+++ b/ssh-dss.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-dss.c,v 1.32 2014/06/24 01:13:21 djm Exp $ */ 1/* $OpenBSD: ssh-dss.c,v 1.33 2015/12/10 17:08:40 mmcc Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -211,8 +211,7 @@ ssh_dss_verify(const struct sshkey *key,
211 DSA_SIG_free(sig); 211 DSA_SIG_free(sig);
212 if (b != NULL) 212 if (b != NULL)
213 sshbuf_free(b); 213 sshbuf_free(b);
214 if (ktype != NULL) 214 free(ktype);
215 free(ktype);
216 if (sigblob != NULL) { 215 if (sigblob != NULL) {
217 explicit_bzero(sigblob, len); 216 explicit_bzero(sigblob, len);
218 free(sigblob); 217 free(sigblob);