aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-01-02 08:50:51 +0100
committerFabian Groffen <grobian@gentoo.org>2024-01-02 08:50:51 +0100
commit5b790bbd7eb6e02702e422d9bdcb640b10a3e447 (patch)
tree1cbace97e91add5b3abda30bf732c95a0aff5a28 /autogen.sh
parent*: remove WHIRLPOOL hash support (diff)
downloadportage-utils-5b790bbd7eb6e02702e422d9bdcb640b10a3e447.tar.gz
portage-utils-5b790bbd7eb6e02702e422d9bdcb640b10a3e447.tar.bz2
portage-utils-5b790bbd7eb6e02702e422d9bdcb640b10a3e447.zip
libq/hash: switch from OpenSSL/custom to gnulib-based hash impls
OpenSSL deprecated most (if not all) of the hashes we use from it, and we don't have our own implementations for e.g. SHA512, so switch to gnulib's versions, which makes this all simpler. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index df6e574..dc41d69 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -28,6 +28,10 @@ done
# reload the gnulib code
PATH=/usr/local/src/gnu/gnulib:${PATH}
mods="
+ crypto/md5-buffer
+ crypto/sha1-buffer
+ crypto/sha256-buffer
+ crypto/sha512-buffer
dirent
faccessat
fdopendir