* modules/crypto/gc-md2-tests (test_gc_md2_LDADD): New variable.
* modules/crypto/gc-md4-tests (test_gc_md4_LDADD): New variable.
* modules/crypto/gc-rijndael-tests (test_gc_rijndael_LDADD): New
variable.
+2019-08-24 Bruno Haible <bruno@clisp.org>
+
+ crypto/gc-{md[24],rijndael} tests: Fix link error with --with-libgcrypt.
+ * modules/crypto/gc-md2-tests (test_gc_md2_LDADD): New variable.
+ * modules/crypto/gc-md4-tests (test_gc_md4_LDADD): New variable.
+ * modules/crypto/gc-rijndael-tests (test_gc_rijndael_LDADD): New
+ variable.
+
2019-08-24 Bruno Haible <bruno@clisp.org>
crypto/gc: Fix link error with --with-libgcrypt.
Makefile.am:
TESTS += test-gc-md2
check_PROGRAMS += test-gc-md2
+test_gc_md2_LDADD = $(LDADD) @LIB_CRYPTO@
Makefile.am:
TESTS += test-gc-md4
check_PROGRAMS += test-gc-md4
+test_gc_md4_LDADD = $(LDADD) @LIB_CRYPTO@
Makefile.am:
TESTS += test-gc-rijndael
check_PROGRAMS += test-gc-rijndael
+test_gc_rijndael_LDADD = $(LDADD) @LIB_CRYPTO@