summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index a7beb3600..705aa4561 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: sshconnect2.c,v 1.82 2001/08/31 11:46:39 markus Exp $"); 26RCSID("$OpenBSD: sshconnect2.c,v 1.83 2001/10/06 11:18:19 markus Exp $");
27 27
28#include <openssl/bn.h> 28#include <openssl/bn.h>
29#include <openssl/md5.h> 29#include <openssl/md5.h>
@@ -75,7 +75,7 @@ static int
75verify_host_key_callback(Key *hostkey) 75verify_host_key_callback(Key *hostkey)
76{ 76{
77 if (verify_host_key(xxx_host, xxx_hostaddr, hostkey) == -1) 77 if (verify_host_key(xxx_host, xxx_hostaddr, hostkey) == -1)
78 fatal("verify_host_key failed"); 78 fatal("Host key verification failed.");
79 return 0; 79 return 0;
80} 80}
81 81