diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2019-04-18 07:32:56 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-05-08 18:42:03 +1000 |
commit | 5696512d7ad57e85e89f8011ce8dec617be686aa (patch) | |
tree | 0094d076ce460a4bd7b7a6a2aa0a3a73452781f3 /packet.c | |
parent | 34e87fb5d9ce607f5701ab4c31d837ad8133e2d1 (diff) | |
download | openssh-git-5696512d7ad57e85e89f8011ce8dec617be686aa.tar.gz |
upstream: Remove crc32.{c,h} which were only used by the now-gone
SSH1 protocol. Patch from yumkam at gmail.com, ok deraadt.
OpenBSD-Commit-ID: cceda5876c5ba6b4d8abcd52335329198cee3240
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: packet.c,v 1.283 2019/03/01 03:29:32 djm Exp $ */ +/* $OpenBSD: packet.c,v 1.284 2019/04/18 07:32:57 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -77,7 +77,6 @@ #include <zlib.h> #include "xmalloc.h" -#include "crc32.h" #include "compat.h" #include "ssh2.h" #include "cipher.h" |