* modules/crypto/gc (Link): Add $(LIB_CRYPTO).
* modules/crypto/gc-arctwo-tests (Makefile.am): Link the test program to
@LIB_CRYPTO@.
+2025-09-22 Collin Funk <collin.funk1@gmail.com>
+
+ crypto/gc-arctwo-tests: Fix link error when OpenSSL is enabled.
+ * modules/crypto/gc (Link): Add $(LIB_CRYPTO).
+ * modules/crypto/gc-arctwo-tests (Makefile.am): Link the test program to
+ @LIB_CRYPTO@.
+
2025-09-22 Bruno Haible <bruno@clisp.org>
fchownat: Revert my earlier change today entirely.
Include:
"gc.h"
+Link:
+$(LIB_CRYPTO)
+
License:
LGPLv2+
Makefile.am:
TESTS += test-gc-arctwo
check_PROGRAMS += test-gc-arctwo
-test_gc_arctwo_LDADD = $(LDADD) $(GETRANDOM_LIB)
+test_gc_arctwo_LDADD = $(LDADD) @LIB_CRYPTO@ $(GETRANDOM_LIB)