* modules/crypto/gc-random (Link): New section.
* modules/crypto/gc-tests (Makefile.am): Link test-gc with
$(LIB_GETRANDOM).
+2021-01-20 Bruno Haible <bruno@clisp.org>
+
+ gc-random: Fix link error in tests.
+ * modules/crypto/gc-random (Link): New section.
+ * modules/crypto/gc-tests (Makefile.am): Link test-gc with
+ $(LIB_GETRANDOM).
+
2021-01-20 Simon Josefsson <simon@josefsson.org>
gc-random: Replace implementation with call to getrandom.
Include:
"gc.h"
+Link:
+$(LIB_GETRANDOM)
+
License:
LGPLv2+
Makefile.am:
TESTS += test-gc
check_PROGRAMS += test-gc
-test_gc_LDADD = $(LDADD) @LIB_CRYPTO@
+test_gc_LDADD = $(LDADD) @LIB_CRYPTO@ $(LIB_GETRANDOM)