From b0afb8fe0ff1d87165af9df61501197a06240dda Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:13:40 +0100 Subject: Sync with Gnulib stable-202507 code (a8ac9f9ce5) --- gl/sha256-stream.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'gl/sha256-stream.c') diff --git a/gl/sha256-stream.c b/gl/sha256-stream.c index 08d24b7b..e2668078 100644 --- a/gl/sha256-stream.c +++ b/gl/sha256-stream.c @@ -1,7 +1,7 @@ /* sha256.c - Functions to compute SHA256 and SHA224 message digest of files or memory blocks according to the NIST specification FIPS-180-2. - Copyright (C) 2005-2006, 2008-2024 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2008-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -23,9 +23,6 @@ #include /* Specification. */ -#if HAVE_OPENSSL_SHA256 -# define GL_OPENSSL_INLINE _GL_EXTERN_INLINE -#endif #include "sha256.h" #include @@ -136,10 +133,3 @@ sha224_stream (FILE *stream, void *resblock) return shaxxx_stream (stream, "sha224", resblock, SHA224_DIGEST_SIZE, sha224_init_ctx, sha224_finish_ctx); } - -/* - * Hey Emacs! - * Local Variables: - * coding: utf-8 - * End: - */ -- cgit v1.2.3-74-g34f1