summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/sha2.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-02-24 13:49:38 +0000
committerjsg <jsg@openbsd.org>2020-02-24 13:49:38 +0000
commit4465bcfb0189fef66881a630d84d3be0e093c02b (patch)
tree7dc4e536c757ea0b4628627557aabf77a465de08 /usr.bin/dig/lib/isc/sha2.c
parentextend decoding of control transfers: (diff)
downloadwireguard-openbsd-4465bcfb0189fef66881a630d84d3be0e093c02b.tar.xz
wireguard-openbsd-4465bcfb0189fef66881a630d84d3be0e093c02b.zip
remove some uneeded includes
Diffstat (limited to 'usr.bin/dig/lib/isc/sha2.c')
-rw-r--r--usr.bin/dig/lib/isc/sha2.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/dig/lib/isc/sha2.c b/usr.bin/dig/lib/isc/sha2.c
index c2daccc619c..e1c729d95d5 100644
--- a/usr.bin/dig/lib/isc/sha2.c
+++ b/usr.bin/dig/lib/isc/sha2.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: sha2.c,v 1.3 2020/02/17 18:58:39 jung Exp $ */
+/* $Id: sha2.c,v 1.4 2020/02/24 13:49:38 jsg Exp $ */
/* $FreeBSD: src/sys/crypto/sha2/sha2.c,v 1.2.2.2 2002/03/05 08:36:47 ume Exp $ */
/* $KAME: sha2.c,v 1.8 2001/11/08 01:07:52 itojun Exp $ */
@@ -54,10 +54,6 @@
*
*/
-
-
-
-#include <isc/safe.h>
#include <isc/sha2.h>
#include <string.h>
#include <isc/util.h>