=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/kex.h,v retrieving revision 1.35.2.1 retrieving revision 1.36 diff -u -r1.35.2.1 -r1.36 --- src/usr.bin/ssh/kex.h 2005/09/02 03:45:00 1.35.2.1 +++ src/usr.bin/ssh/kex.h 2005/06/17 02:44:32 1.36 @@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.35.2.1 2005/09/02 03:45:00 brad Exp $ */ +/* $OpenBSD: kex.h,v 1.36 2005/06/17 02:44:32 djm Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -34,10 +34,6 @@ #define KEX_DH1 "diffie-hellman-group1-sha1" #define KEX_DH14 "diffie-hellman-group14-sha1" #define KEX_DHGEX "diffie-hellman-group-exchange-sha1" - -#define COMP_NONE 0 -#define COMP_ZLIB 1 -#define COMP_DELAYED 2 enum kex_init_proposals { PROPOSAL_KEX_ALGS,