summaryrefslogtreecommitdiff
path: root/key.c
diff options
context:
space:
mode:
Diffstat (limited to 'key.c')
-rw-r--r--key.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/key.c b/key.c
index 471cd1fcc..b8c60cb2c 100644
--- a/key.c
+++ b/key.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: key.c,v 1.101 2013/04/19 01:06:50 djm Exp $ */ 1/* $OpenBSD: key.c,v 1.102 2013/05/10 04:08:01 djm Exp $ */
2/* 2/*
3 * read_bignum(): 3 * read_bignum():
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -195,6 +195,7 @@ cert_free(struct KeyCert *cert)
195 xfree(cert->principals); 195 xfree(cert->principals);
196 if (cert->signature_key != NULL) 196 if (cert->signature_key != NULL)
197 key_free(cert->signature_key); 197 key_free(cert->signature_key);
198 xfree(cert);
198} 199}
199 200
200void 201void