From: Bruno Haible Date: Fri, 1 Sep 2023 13:04:38 +0000 (+0200) Subject: crypto/{sha*,md5}-buffer: Add comment. X-Git-Tag: v1.0~840 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b4d094f286c00388b81e5ec186a02c80c7bb954c;p=gnulib.git crypto/{sha*,md5}-buffer: Add comment. * m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Add comment regarding license. --- diff --git a/ChangeLog b/ChangeLog index 206f69216e..701cc8fc37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-09-01 Bruno Haible + + crypto/{sha*,md5}-buffer: Add comment. + * m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Add comment regarding license. + 2023-09-01 Bruno Haible crypto/{sha*,md5,sm3}-buffer: Fix --with-openssl (regr. 2023-08-26). diff --git a/m4/gl-openssl.m4 b/m4/gl-openssl.m4 index 7eab4e102e..637803b814 100644 --- a/m4/gl-openssl.m4 +++ b/m4/gl-openssl.m4 @@ -1,4 +1,4 @@ -# gl-openssl.m4 serial 6 +# gl-openssl.m4 serial 7 dnl Copyright (C) 2013-2023 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -39,6 +39,9 @@ AC_DEFUN([gl_CRYPTO_CHECK], AC_SUBST([LIB_CRYPTO]) if test "x$with_openssl" != xno; then if test "x$with_openssl" = xauto-gpl-compat; then + dnl OpenSSL versions < 3 are under the OpenSSL license, which is not + dnl GPL compatible. + dnl See . AC_CACHE_CHECK([whether openssl is GPL compatible], [gl_cv_openssl_gpl_compat], [AC_COMPILE_IFELSE(