summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-29 21:41:03 +1000
committerDamien Miller <djm@mindrot.org>2011-05-29 21:41:03 +1000
commit201f425d298d3c1c43fac122e2e0bcbf7a707939 (patch)
treeb2fbd9916245e8defddc7474a66b5a64281a55c6 /sshconnect.c
parent1dd66e5f748af2de4e0d83fa66d2f663ba62146d (diff)
- djm@cvs.openbsd.org 2011/05/23 03:52:55
[sshconnect.c] remove extra newline
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sshconnect.c b/sshconnect.c
index 74643a8c4..603445227 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect.c,v 1.232 2011/01/16 11:50:36 djm Exp $ */ 1/* $OpenBSD: sshconnect.c,v 1.233 2011/05/23 03:52:55 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1111,7 +1111,6 @@ verify_host_key(char *host, struct sockaddr *hostaddr, Key *host_key)
1111 /* XXX certs are not yet supported for DNS */ 1111 /* XXX certs are not yet supported for DNS */
1112 if (!key_is_cert(host_key) && options.verify_host_key_dns && 1112 if (!key_is_cert(host_key) && options.verify_host_key_dns &&
1113 verify_host_key_dns(host, hostaddr, host_key, &flags) == 0) { 1113 verify_host_key_dns(host, hostaddr, host_key, &flags) == 0) {
1114
1115 if (flags & DNS_VERIFY_FOUND) { 1114 if (flags & DNS_VERIFY_FOUND) {
1116 1115
1117 if (options.verify_host_key_dns == 1 && 1116 if (options.verify_host_key_dns == 1 &&