diff options
author | 2015-08-04 05:23:06 +0000 | |
---|---|---|
committer | 2015-08-04 05:23:06 +0000 | |
commit | f6c0e80e201f9c44fdbeac5f95d00ca598853ef7 (patch) | |
tree | 933837b5e5281625b665955cef34108962ff263a /usr.bin/ssh/ssh.h | |
parent | Provide the fallback C1-via-halt even when _CST can't be evaluated. (diff) | |
download | wireguard-openbsd-f6c0e80e201f9c44fdbeac5f95d00ca598853ef7.tar.xz wireguard-openbsd-f6c0e80e201f9c44fdbeac5f95d00ca598853ef7.zip |
backout SSH_RSA_MINIMUM_MODULUS_SIZE increase for this release;
problems spotted by sthen@ ok deraadt@ markus@
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r-- | usr.bin/ssh/ssh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index a3bf6196a7a..0a3c59b3a93 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.80 2015/07/03 03:49:45 djm Exp $ */ +/* $OpenBSD: ssh.h,v 1.81 2015/08/04 05:23:06 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -91,7 +91,7 @@ #define SSH_PRIVSEP_USER "sshd" /* Minimum modulus size (n) for RSA keys. */ -#define SSH_RSA_MINIMUM_MODULUS_SIZE 1024 +#define SSH_RSA_MINIMUM_MODULUS_SIZE 768 /* Listen backlog for sshd, ssh-agent and forwarding sockets */ #define SSH_LISTEN_BACKLOG 128 |