diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-27 09:09:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-27 09:12:57 -0400 |
commit | 3930416dec02f801ee9c0e1d99fd782c414ffef0 (patch) | |
tree | c716bee781aa0657c6a8df2da646164cbe3b5d4c /src/test/fuzz/include.am | |
parent | 42b3caa6ad70106e7bca90bceca378b91045f545 (diff) | |
download | tor-3930416dec02f801ee9c0e1d99fd782c414ffef0.tar.gz tor-3930416dec02f801ee9c0e1d99fd782c414ffef0.zip |
Link GetAdaptersAddresses, rather than loading it on-demand.
This function has been present since Windows XP.
Diffstat (limited to 'src/test/fuzz/include.am')
-rw-r--r-- | src/test/fuzz/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am index 46f74ee825..b09e32d431 100644 --- a/src/test/fuzz/include.am +++ b/src/test/fuzz/include.am @@ -11,7 +11,7 @@ FUZZING_LIBS = \ $(rust_ldadd) \ @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ \ @TOR_LIBEVENT_LIBS@ @TOR_OPENSSL_LIBS@ \ - @TOR_LIB_WS32@ @TOR_LIB_GDI@ @TOR_LIB_USERENV@ @CURVE25519_LIBS@ \ + @TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_GDI@ @TOR_LIB_USERENV@ @CURVE25519_LIBS@ \ @TOR_SYSTEMD_LIBS@ \ @TOR_LZMA_LIBS@ \ @TOR_ZSTD_LIBS@ |