summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 7b9b1420b..838ac0d73 100644
--- a/sshd.c
+++ b/sshd.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: sshd.c,v 1.171 2001/03/04 01:46:30 djm Exp $"); 43RCSID("$OpenBSD: sshd.c,v 1.172 2001/03/04 17:42:28 millert Exp $");
44 44
45#include <openssl/dh.h> 45#include <openssl/dh.h>
46#include <openssl/bn.h> 46#include <openssl/bn.h>
@@ -738,7 +738,7 @@ main(int ac, char **av)
738 options.protocol &= ~SSH_PROTO_2; 738 options.protocol &= ~SSH_PROTO_2;
739 } 739 }
740 if (!(options.protocol & (SSH_PROTO_1|SSH_PROTO_2))) { 740 if (!(options.protocol & (SSH_PROTO_1|SSH_PROTO_2))) {
741 log("sshd: no hostkeys available -- exiting.\n"); 741 log("sshd: no hostkeys available -- exiting.");
742 exit(1); 742 exit(1);
743 } 743 }
744 744