]> andersk Git - openssh.git/blobdiff - ssh.h
- stevesk@cvs.openbsd.org 2002/03/29 19:18:33
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 078c9f7c73d8d5dae9a8bae214b4ff3b3185fd70..c5b500345477ef1b001b98ae4181e93b29f9c764 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.65 2002/03/20 19:12:25 stevesk Exp $        */
+/*     $OpenBSD: ssh.h,v 1.66 2002/03/29 19:18:33 stevesk Exp $        */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  */
 #define SSH_PRIVSEP_USER               "nobody"
 
+/* Minimum modulus size (n) for RSA keys. */
+#define SSH_RSA_MINIMUM_MODULUS_SIZE   768
+
 #endif                         /* SSH_H */
This page took 0.060164 seconds and 4 git commands to generate.