]> Savannah Git Hosting - gnulib.git/commit
Fix various test link errors on MSVC.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Sep 2022 23:53:28 +0000 (01:53 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Sep 2022 23:53:28 +0000 (01:53 +0200)
commit0f8872f1a196034bb64d7278edf6eb898cb781df
tree805598f533ce9ee7b171caf52e7022fb8ffccc43
parent6689528e4b24e199b3feba2381cafc6905f249c5
Fix various test link errors on MSVC.

* modules/crypto/gc-arcfour-tests (Makefile.am): Link test-gc-arcfour
with $(LIB_GETRANDOM).
* modules/crypto/gc-arctwo-tests (Makefile.am): Link test-gc-arctwo with
$(LIB_GETRANDOM).
* modules/crypto/gc-des-tests (Makefile.am): Link test-gc-des with
$(LIB_GETRANDOM).
* modules/crypto/gc-hmac-md5-tests (Makefile.am): Link test-gc-hmac-md5
with $(LIB_GETRANDOM).
* modules/crypto/gc-hmac-sha1-tests (Makefile.am): Link
test-gc-hmac-sha1 with $(LIB_GETRANDOM).
* modules/crypto/gc-hmac-sha256-tests (Makefile.am): Link
test-gc-hmac-sha256 with $(LIB_GETRANDOM).
* modules/crypto/gc-hmac-sha512-tests (Makefile.am): Link
test-gc-hmac-sha512 with $(LIB_GETRANDOM).
* modules/crypto/gc-md2-tests (Makefile.am): Link test-gc-md2 with
$(LIB_GETRANDOM).
* modules/crypto/gc-md4-tests (Makefile.am): Link test-gc-md4 with
$(LIB_GETRANDOM).
* modules/crypto/gc-md5-tests (Makefile.am): Link test-gc-md5 with
$(LIB_GETRANDOM).
* modules/crypto/gc-pbkdf2-tests (Makefile.am): Link test-gc-pbkdf2 with
$(LIB_GETRANDOM).
* modules/crypto/gc-pbkdf2-sha1-tests (Makefile.am): Link
test-gc-pbkdf2-sha1 with $(LIB_GETRANDOM).
* modules/crypto/gc-rijndael-tests (Makefile.am): Link test-gc-rijndael
with $(LIB_GETRANDOM).
* modules/crypto/gc-sha1-tests (Makefile.am): Link test-gc-sha1 with
$(LIB_GETRANDOM).
* modules/crypto/gc-sha256-tests (Makefile.am): Link test-gc-sha256 with
$(LIB_GETRANDOM).
* modules/crypto/gc-sha512-tests (Makefile.am): Link test-gc-sha512 with
$(LIB_GETRANDOM).
* modules/crypto/gc-sm3-tests (Makefile.am): Link test-gc-sm3 with
$(LIB_GETRANDOM).
* modules/sys_stat-c++-tests (Makefile.am): Link test-sys_stat-c++ with
$(LIB_GETRANDOM).
* modules/unistd-c++-tests (Makefile.am): Link test-unistd-c++ with
$(LIB_GETRANDOM).
20 files changed:
ChangeLog
modules/crypto/gc-arcfour-tests
modules/crypto/gc-arctwo-tests
modules/crypto/gc-des-tests
modules/crypto/gc-hmac-md5-tests
modules/crypto/gc-hmac-sha1-tests
modules/crypto/gc-hmac-sha256-tests
modules/crypto/gc-hmac-sha512-tests
modules/crypto/gc-md2-tests
modules/crypto/gc-md4-tests
modules/crypto/gc-md5-tests
modules/crypto/gc-pbkdf2-sha1-tests
modules/crypto/gc-pbkdf2-tests
modules/crypto/gc-rijndael-tests
modules/crypto/gc-sha1-tests
modules/crypto/gc-sha256-tests
modules/crypto/gc-sha512-tests
modules/crypto/gc-sm3-tests
modules/sys_stat-c++-tests
modules/unistd-c++-tests