diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-30 23:06:57 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-30 23:06:57 +0000 |
commit | 8c9639225559fab155828a3396cdbdc7fcb5cad0 (patch) | |
tree | a550c0644b049e2e24715ff8763779373055507b /compat.h | |
parent | 67bf50e23a2a8fdf130f1af79a8c284a0b596ff3 (diff) |
- markus@cvs.openbsd.org 2001/04/30 15:50:46
[compat.c compat.h kex.c]
allow interop with weaker key generation used by ssh-2.0.x, x < 10
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,7 @@ | |||
21 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 21 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
23 | */ | 23 | */ |
24 | /* RCSID("$OpenBSD: compat.h,v 1.24 2001/04/29 19:16:52 markus Exp $"); */ | 24 | /* RCSID("$OpenBSD: compat.h,v 1.25 2001/04/30 15:50:46 markus Exp $"); */ |
25 | 25 | ||
26 | #ifndef COMPAT_H | 26 | #ifndef COMPAT_H |
27 | #define COMPAT_H | 27 | #define COMPAT_H |
@@ -49,6 +49,7 @@ | |||
49 | #define SSH_BUG_NOREKEY 0x00008000 | 49 | #define SSH_BUG_NOREKEY 0x00008000 |
50 | #define SSH_BUG_HBSERVICE 0x00010000 | 50 | #define SSH_BUG_HBSERVICE 0x00010000 |
51 | #define SSH_BUG_OPENFAILURE 0x00020000 | 51 | #define SSH_BUG_OPENFAILURE 0x00020000 |
52 | #define SSH_BUG_DERIVEKEY 0x00040000 | ||
52 | 53 | ||
53 | void enable_compat13(void); | 54 | void enable_compat13(void); |
54 | void enable_compat20(void); | 55 | void enable_compat20(void); |