summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-des-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-des-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-des-tests')
-rw-r--r--modules/crypto/gc-des-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/crypto/gc-des-tests b/modules/crypto/gc-des-tests
index 5d1bd46ee8..cb5035e014 100644
--- a/modules/crypto/gc-des-tests
+++ b/modules/crypto/gc-des-tests
@@ -8,4 +8,4 @@ configure.ac:
Makefile.am:
TESTS += test-gc-des
check_PROGRAMS += test-gc-des
-test_gc_des_LDADD = $(LDADD) @LIB_CRYPTO@ $(LIB_GETRANDOM)
+test_gc_des_LDADD = $(LDADD) @LIB_CRYPTO@ $(GETRANDOM_LIB)