From 590fc8646e5ebcffa9f9adb277251caaf7382c9b Mon Sep 17 00:00:00 2001 From: millert Date: Wed, 20 Apr 2022 16:00:25 +0000 Subject: [PATCH] Remove unnecessary includes: openssl/hmac.h and openssl/evp.h. From Martin Vahlensieck. --- usr.bin/ssh/xmss_hash.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.bin/ssh/xmss_hash.c b/usr.bin/ssh/xmss_hash.c index a5cef884c90..6712cfbe52e 100644 --- a/usr.bin/ssh/xmss_hash.c +++ b/usr.bin/ssh/xmss_hash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xmss_hash.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */ +/* $OpenBSD: xmss_hash.c,v 1.3 2022/04/20 16:00:25 millert Exp $ */ /* hash.c version 20160722 Andreas Hülsing @@ -15,8 +15,6 @@ Public domain. #include #include #include -#include -#include int core_hash_SHA2(unsigned char *, const unsigned int, const unsigned char *, unsigned int, const unsigned char *, unsigned long long, unsigned int); -- 2.20.1