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 /Makefile.in | |
parent | 34e87fb5d9ce607f5701ab4c31d837ad8133e2d1 (diff) |
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 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6f001bb36..b84ccaa1a 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -87,7 +87,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \ | |||
87 | authfd.o authfile.o \ | 87 | authfd.o authfile.o \ |
88 | canohost.o channels.o cipher.o cipher-aes.o cipher-aesctr.o \ | 88 | canohost.o channels.o cipher.o cipher-aes.o cipher-aesctr.o \ |
89 | cipher-ctr.o cleanup.o \ | 89 | cipher-ctr.o cleanup.o \ |
90 | compat.o crc32.o fatal.o hostfile.o \ | 90 | compat.o fatal.o hostfile.o \ |
91 | log.o match.o moduli.o nchan.o packet.o \ | 91 | log.o match.o moduli.o nchan.o packet.o \ |
92 | readpass.o ttymodes.o xmalloc.o addrmatch.o \ | 92 | readpass.o ttymodes.o xmalloc.o addrmatch.o \ |
93 | atomicio.o dispatch.o mac.o uuencode.o misc.o utf8.o \ | 93 | atomicio.o dispatch.o mac.o uuencode.o misc.o utf8.o \ |