]> Savannah Git Hosting - gnulib.git/commit
crypto/{sha*,md5,sm3}-buffer: Ignore too old OpenSSL versions.
authorBruno Haible <bruno@clisp.org>
Sat, 26 Aug 2023 20:45:17 +0000 (22:45 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 30 Aug 2023 10:02:35 +0000 (12:02 +0200)
commit9966b6738c1b4d491b8bcaabd06921e0e42f8030
tree4a8415f0dce5ba9f60b6adce067d198962a5b7f5
parent8e9c2af08cd39d236f815c77d752b172c1c4bf9d
crypto/{sha*,md5,sm3}-buffer: Ignore too old OpenSSL versions.

* lib/sha1.h: If <openssl/macros.h> would give a compile-time error,
undefine HAVE_OPENSSL_SHA1.
* lib/sha256.h: If <openssl/macros.h> would give a compile-time error,
undefine HAVE_OPENSSL_SHA256.
* lib/sha512.h: If <openssl/macros.h> would give a compile-time error,
undefine HAVE_OPENSSL_SHA512.
* lib/md5.h: If <openssl/macros.h> would give a compile-time error,
undefine HAVE_OPENSSL_MD5.
* lib/sm3.h: If <openssl/macros.h> would give a compile-time error,
undefine HAVE_OPENSSL_SM3.
ChangeLog
lib/md5.h
lib/sha1.h
lib/sha256.h
lib/sha512.h
lib/sm3.h