summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.h b/ssh.h
index c94633bdc..4f8da5c1b 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.h,v 1.79 2010/06/25 07:14:46 djm Exp $ */ 1/* $OpenBSD: ssh.h,v 1.80 2015/07/03 03:49:45 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -93,7 +93,7 @@
93#endif 93#endif
94 94
95/* Minimum modulus size (n) for RSA keys. */ 95/* Minimum modulus size (n) for RSA keys. */
96#define SSH_RSA_MINIMUM_MODULUS_SIZE 768 96#define SSH_RSA_MINIMUM_MODULUS_SIZE 1024
97 97
98/* Listen backlog for sshd, ssh-agent and forwarding sockets */ 98/* Listen backlog for sshd, ssh-agent and forwarding sockets */
99#define SSH_LISTEN_BACKLOG 128 99#define SSH_LISTEN_BACKLOG 128