summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2019-04-18 07:32:56 +0000
committerDamien Miller <djm@mindrot.org>2019-05-08 18:42:03 +1000
commit5696512d7ad57e85e89f8011ce8dec617be686aa (patch)
tree0094d076ce460a4bd7b7a6a2aa0a3a73452781f3 /packet.c
parent34e87fb5d9ce607f5701ab4c31d837ad8133e2d1 (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 'packet.c')
-rw-r--r--packet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index 36e352b44..01d65c5dd 100644
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.c,v 1.283 2019/03/01 03:29:32 djm Exp $ */ 1/* $OpenBSD: packet.c,v 1.284 2019/04/18 07:32:57 dtucker Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -77,7 +77,6 @@
77#include <zlib.h> 77#include <zlib.h>
78 78
79#include "xmalloc.h" 79#include "xmalloc.h"
80#include "crc32.h"
81#include "compat.h" 80#include "compat.h"
82#include "ssh2.h" 81#include "ssh2.h"
83#include "cipher.h" 82#include "cipher.h"