]> andersk Git - openssh.git/blobdiff - ssh.h
[buildpkg.sh.in] Last minute fix didn't make it in the .in file. :-(
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 607621769db3f02fac77b9ff5a7854018e735f8f..a3b2ebbb5620ebd04bb45f11728938ec2caf45c1 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.73 2003/07/22 13:35:22 markus Exp $ */
+/*     $OpenBSD: ssh.h,v 1.75 2003/12/02 17:01:15 markus Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 /* Minimum modulus size (n) for RSA keys. */
 #define SSH_RSA_MINIMUM_MODULUS_SIZE   768
 
-#endif                         /* SSH_H */
+/* Listen backlog for sshd, ssh-agent and forwarding sockets */
+#define SSH_LISTEN_BACKLOG             128
 
+#endif                         /* SSH_H */
This page took 0.093219 seconds and 4 git commands to generate.