]> Savannah Git Hosting - gnulib.git/commitdiff
crypto/gc-{md[24],rijndael} tests: Fix link error with --with-libgcrypt.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Aug 2019 12:28:15 +0000 (14:28 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 24 Aug 2019 12:28:15 +0000 (14:28 +0200)
* 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.

ChangeLog
modules/crypto/gc-md2-tests
modules/crypto/gc-md4-tests
modules/crypto/gc-rijndael-tests

index bafc87d6ccd3907665fbab26f35204a3c6c69b78..a41fe24c8f1a8825e58670c4af1ea7bb0bf575dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index 759d3d5503b85f1191f106ea035b148db91d28c6..74ccdf03cdc3d7e6b319e98c34effcb0431dff1f 100644 (file)
@@ -8,3 +8,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-md2
 check_PROGRAMS += test-gc-md2
+test_gc_md2_LDADD = $(LDADD) @LIB_CRYPTO@
index c6bd64a0f8d799f27383e7e9d263b6bd37362391..b2a4ce1a12a2fb290c4b52cf14b87f699397f9f5 100644 (file)
@@ -8,3 +8,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-md4
 check_PROGRAMS += test-gc-md4
+test_gc_md4_LDADD = $(LDADD) @LIB_CRYPTO@
index 1bf243336c4083eaa96fcb8f253cc59ba5d1230d..c7aaee2d6331a372358986908150a2d79946defd 100644 (file)
@@ -8,3 +8,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-rijndael
 check_PROGRAMS += test-gc-rijndael
+test_gc_rijndael_LDADD = $(LDADD) @LIB_CRYPTO@