* modules/crypto/gc-arcfour-tests (Makefile.am): Link the test program
to @LIB_CRYPTO@.
+2025-05-04 Collin Funk <collin.funk1@gmail.com>
+
+ crypto/gc-arcfour tests: Fix link error when using --with-libgcrypt.
+ * modules/crypto/gc-arcfour-tests (Makefile.am): Link the test program
+ to @LIB_CRYPTO@.
+
2025-05-04 Bruno Haible <bruno@clisp.org>
sockets: Fix typo in comment.
Makefile.am:
TESTS += test-gc-arcfour
check_PROGRAMS += test-gc-arcfour
-test_gc_arcfour_LDADD = $(LDADD) $(GETRANDOM_LIB)
+test_gc_arcfour_LDADD = $(LDADD) @LIB_CRYPTO@ $(GETRANDOM_LIB)