md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / dirent-safer-tests
index 172c662..4ae8965 100644 (file)
@@ -4,6 +4,8 @@ tests/macros.h
 
 Depends-on:
 dup2
+opendir
+closedir
 
 configure.ac:
 
@@ -11,5 +13,5 @@ Makefile.am:
 TESTS += test-dirent-safer
 check_PROGRAMS += test-dirent-safer
 # Link with libintl when needed. dirent-safer uses fdopendir if it is present,
-# and fdopendir indirectly depends on xgetcwd -> xalloc-die -> gettext-h.
+# and fdopendir indirectly depends on openat-die -> gettext-h.
 test_dirent_safer_LDADD = $(LDADD) $(LIBINTL)