Deleted Added
full compact
compat.h (106130) compat.h (113911)
1/* $OpenBSD: compat.h,v 1.33 2002/09/27 10:42:09 mickey Exp $ */
2/* $FreeBSD: head/crypto/openssh/compat.h 106130 2002-10-29 10:16:02Z des $ */
1/* $OpenBSD: compat.h,v 1.34 2003/04/01 10:31:26 markus Exp $ */
2/* $FreeBSD: head/crypto/openssh/compat.h 113911 2003-04-23 17:13:13Z des $ */
3
4/*
5 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

--- 40 unchanged lines hidden (view full) ---

51#define SSH_BUG_NOREKEY 0x00008000
52#define SSH_BUG_HBSERVICE 0x00010000
53#define SSH_BUG_OPENFAILURE 0x00020000
54#define SSH_BUG_DERIVEKEY 0x00040000
55#define SSH_BUG_DUMMYCHAN 0x00100000
56#define SSH_BUG_EXTEOF 0x00200000
57#define SSH_BUG_K5USER 0x00400000
58#define SSH_BUG_PROBE 0x00800000
3
4/*
5 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

--- 40 unchanged lines hidden (view full) ---

51#define SSH_BUG_NOREKEY 0x00008000
52#define SSH_BUG_HBSERVICE 0x00010000
53#define SSH_BUG_OPENFAILURE 0x00020000
54#define SSH_BUG_DERIVEKEY 0x00040000
55#define SSH_BUG_DUMMYCHAN 0x00100000
56#define SSH_BUG_EXTEOF 0x00200000
57#define SSH_BUG_K5USER 0x00400000
58#define SSH_BUG_PROBE 0x00800000
59#define SSH_BUG_FIRSTKEX 0x01000000
59
60void enable_compat13(void);
61void enable_compat20(void);
62void compat_datafellows(const char *);
63int proto_spec(const char *);
64char *compat_cipher_proposal(char *);
65
66extern int compat13;
67extern int compat20;
68extern int datafellows;
69#endif
60
61void enable_compat13(void);
62void enable_compat20(void);
63void compat_datafellows(const char *);
64int proto_spec(const char *);
65char *compat_cipher_proposal(char *);
66
67extern int compat13;
68extern int compat20;
69extern int datafellows;
70#endif