diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-02 20:43:11 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-02 20:43:11 +0000 |
commit | 03f3932829d5246d41c26b3d9f9482c618356430 (patch) | |
tree | 2e9fc48045d178227c9eafe9788ea543dcccccc9 /ssh.h | |
parent | 0d0be02a2963db5b4d850bd42c6db1fd2347bb5d (diff) |
- stevesk@cvs.openbsd.org 2002/03/29 19:18:33
[auth-rsa.c ssh-rsa.c ssh.h]
make RSA modulus minimum #define; ok markus@
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.h,v 1.65 2002/03/20 19:12:25 stevesk Exp $ */ | 1 | /* $OpenBSD: ssh.h,v 1.66 2002/03/29 19:18:33 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -106,4 +106,7 @@ | |||
106 | */ | 106 | */ |
107 | #define SSH_PRIVSEP_USER "nobody" | 107 | #define SSH_PRIVSEP_USER "nobody" |
108 | 108 | ||
109 | /* Minimum modulus size (n) for RSA keys. */ | ||
110 | #define SSH_RSA_MINIMUM_MODULUS_SIZE 768 | ||
111 | |||
109 | #endif /* SSH_H */ | 112 | #endif /* SSH_H */ |