summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/isakmpd/x509.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c
index 3be2b346ee3..1b50045be14 100644
--- a/sbin/isakmpd/x509.c
+++ b/sbin/isakmpd/x509.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: x509.c,v 1.15 1999/10/26 22:32:28 angelos Exp $ */
-/* $EOM: x509.c,v 1.24 1999/09/30 13:40:38 niklas Exp $ */
+/* $OpenBSD: x509.c,v 1.16 2000/01/26 15:24:52 niklas Exp $ */
+/* $EOM: x509.c,v 1.26 1999/10/10 22:48:37 angelos Exp $ */
/*
* Copyright (c) 1998, 1999 Niels Provos. All rights reserved.
@@ -203,6 +203,14 @@ x509_generate_kn (X509 *cert)
return 0;
}
+ /*
+ * XXX
+ * Should add a remove-assertion event set to the expiration of the
+ * X509 cert (and remove such events when we reinit and close the keynote
+ * session).
+ * XXX
+ */
+
free (buf);
return 1;
}