[openssh-commits] [openssh] 03/05: upstream: Remove unnecessary includes: openssl/hmac.h and

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Apr 27 21:33:49 AEST 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit d571314d14b919fbd7c84a61f9bf2065fc0a6841
Author: millert at openbsd.org <millert at openbsd.org>
Date:   Wed Apr 20 16:00:25 2022 +0000

    upstream: Remove unnecessary includes: openssl/hmac.h and
    
    openssl/evp.h. From Martin Vahlensieck.
    
    OpenBSD-Commit-ID: a6debb5fb0c8a44e43e8d5ca7cc70ad2f3ea31c3
---
 xmss_hash.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/xmss_hash.c b/xmss_hash.c
index 50a57794..db0e5fa3 100644
--- a/xmss_hash.c
+++ b/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
@@ -19,9 +19,6 @@ Public domain.
 #endif
 #include <stdio.h>
 #include <string.h>
-#include <openssl/sha.h>
-#include <openssl/hmac.h>
-#include <openssl/evp.h>
 
 int core_hash_SHA2(unsigned char *, const unsigned int, const unsigned char *,
     unsigned int, const unsigned char *, unsigned long long, unsigned int);

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list