From 98be74914d899d3bd6ae31a71968fd8e69c11ec8 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 1 Dec 2022 17:52:14 +0100 Subject: [PATCH] sha1: Clarify license of the implementation --- src/libstrongswan/plugins/sha1/sha1_hasher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libstrongswan/plugins/sha1/sha1_hasher.c b/src/libstrongswan/plugins/sha1/sha1_hasher.c index 6560395f3d..186035f0e8 100644 --- a/src/libstrongswan/plugins/sha1/sha1_hasher.c +++ b/src/libstrongswan/plugins/sha1/sha1_hasher.c @@ -2,8 +2,8 @@ * Copyright (C) 2005-2006 Martin Willi * Copyright (C) 2005 Jan Hutter * - * Ported from Steve Reid's implementation - * "SHA1 in C" found in strongSwan. + * Ported from Steve Reid's 100% public domain + * implementation "SHA-1 in C". * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the -- 2.47.2