summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-30 23:06:57 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-30 23:06:57 +0000
commit8c9639225559fab155828a3396cdbdc7fcb5cad0 (patch)
treea550c0644b049e2e24715ff8763779373055507b /compat.h
parent67bf50e23a2a8fdf130f1af79a8c284a0b596ff3 (diff)
downloadopenssh-git-8c9639225559fab155828a3396cdbdc7fcb5cad0.tar.gz
- 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index fa509c24..0ccc1ed3 100644
--- a/compat.h
+++ b/compat.h
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* RCSID("$OpenBSD: compat.h,v 1.24 2001/04/29 19:16:52 markus Exp $"); */
+/* RCSID("$OpenBSD: compat.h,v 1.25 2001/04/30 15:50:46 markus Exp $"); */
#ifndef COMPAT_H
#define COMPAT_H
@@ -49,6 +49,7 @@
#define SSH_BUG_NOREKEY 0x00008000
#define SSH_BUG_HBSERVICE 0x00010000
#define SSH_BUG_OPENFAILURE 0x00020000
+#define SSH_BUG_DERIVEKEY 0x00040000
void enable_compat13(void);
void enable_compat20(void);