]> Savannah Git Hosting - gnulib.git/commitdiff
crypto/{sha*,md5}-buffer: Add comment.
authorBruno Haible <bruno@clisp.org>
Fri, 1 Sep 2023 13:04:38 +0000 (15:04 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 1 Sep 2023 13:04:38 +0000 (15:04 +0200)
* m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Add comment regarding license.

ChangeLog
m4/gl-openssl.m4

index 206f69216ec7e62c853be2603a448a8f15cdf7e1..701cc8fc373a7c57882faf2969e0533b91a04141 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-09-01  Bruno Haible  <bruno@clisp.org>
+
+       crypto/{sha*,md5}-buffer: Add comment.
+       * m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Add comment regarding license.
+
 2023-09-01  Bruno Haible  <bruno@clisp.org>
 
        crypto/{sha*,md5,sm3}-buffer: Fix --with-openssl (regr. 2023-08-26).
index 7eab4e102e1cb98317c0f873d1e7da5f5c5fea76..637803b814521f0e2fd095fed2579d0e49290a6f 100644 (file)
@@ -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 <https://www.gnu.org/licenses/license-list.en.html#OpenSSL>.
       AC_CACHE_CHECK([whether openssl is GPL compatible],
                      [gl_cv_openssl_gpl_compat],
         [AC_COMPILE_IFELSE(