Revert previous two commits
authorsf <sf@openbsd.org>
Mon, 9 Jul 2018 13:37:10 +0000 (13:37 +0000)
committersf <sf@openbsd.org>
Mon, 9 Jul 2018 13:37:10 +0000 (13:37 +0000)
commit01bdb8cf3d2d24160ceaf1e8995a5a6acdf0fac6
tree29ec3fc25a6022ca3aaf1155c576cf6a5c5f5f43
parenta11da88ad483f44f543eba2489b54fef50181e8c
Revert previous two commits

It turns out we still support pre-auth compression on the client.
Therefore revert the previous two commits:

date: 2018/07/06 09:06:14;  author: sf;  commitid: yZVYKIRtUZWD9CmE;
  Rename COMP_DELAYED to COMP_ZLIB

  Only delayed compression is supported nowadays.

  ok markus@

date: 2018/07/06 09:05:01;  author: sf;  commitid: rEGuT5UgI9f6kddP;
  Remove leftovers from pre-authentication compression

  Support for this has been removed in 2016.
  COMP_DELAYED will be renamed in a later commit.

  ok markus@
usr.bin/ssh/kex.c
usr.bin/ssh/kex.h
usr.bin/ssh/monitor_wrap.c
usr.bin/ssh/packet.c
usr.bin/ssh/servconf.c
usr.bin/ssh/sshconnect2.c