summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-md5-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 11:39:17 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commit353a6ecc8bbfc2bfef0b1abc585662bee5f84699 (patch)
tree4062418650e61cd2454f8334e13b2319b2d62408 /modules/crypto/gc-md5-tests
parentef1a2a94278dd2ed5689798c8732ba2bcdfa072c (diff)
downloadgnulib-353a6ecc8bbfc2bfef0b1abc585662bee5f84699.tar.gz
getrandom: Rename LIB_GETRANDOM to GETRANDOM_LIB.
* m4/getrandom.m4: Rename LIB_GETRANDOM to GETRANDOM_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules/crypto/gc-md5-tests')
-rw-r--r--modules/crypto/gc-md5-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/crypto/gc-md5-tests b/modules/crypto/gc-md5-tests
index 4e4b8f8023..c4f0cd9ab7 100644
--- a/modules/crypto/gc-md5-tests
+++ b/modules/crypto/gc-md5-tests
@@ -8,4 +8,4 @@ configure.ac:
Makefile.am:
TESTS += test-gc-md5
check_PROGRAMS += test-gc-md5
-test_gc_md5_LDADD = $(LDADD) @LIB_CRYPTO@ $(LIB_GETRANDOM)
+test_gc_md5_LDADD = $(LDADD) @LIB_CRYPTO@ $(GETRANDOM_LIB)