summaryrefslogtreecommitdiff
path: root/sbin/iked/ca.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/iked/ca.c')
-rw-r--r--sbin/iked/ca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/ca.c b/sbin/iked/ca.c
index 5cebe3b377d..f533653d98d 100644
--- a/sbin/iked/ca.c
+++ b/sbin/iked/ca.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ca.c,v 1.16 2011/05/09 11:15:18 reyk Exp $ */
+/* $OpenBSD: ca.c,v 1.17 2011/05/27 12:01:02 reyk Exp $ */
/* $vantronix: ca.c,v 1.29 2010/06/02 12:22:58 reyk Exp $ */
/*
@@ -978,7 +978,7 @@ ca_validate_cert(struct iked *env, struct iked_static_id *id,
goto done;
}
- if (!result) {
+ if (!result) {
/* XXX should we accept self-signed certificates? */
errstr = "rejecting self-signed certificate";
goto done;