RFR: 8303442: Clean up w2k_lsa_auth linker parameters
Erik Joelsson
erikj at openjdk.org
Wed Mar 1 14:10:08 UTC 2023
On Wed, 1 Mar 2023 13:06:35 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> Please review this PR that upgrades winsock lib from version 1 (wsock32) to version 2 (ws2_32) and removes unnecessary libs from the build.
>
> With the winsock upgrade we should be able to avoid loading wsock32.dll at runtime. Winsock is only needed for `htonl` function, and wsock32.dll forwards that function to ws2_32 anyway.
>
> All jgss/krb5 (jdk_security4) tests continue to pass.
Marked as reviewed by erikj (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/12805
More information about the build-dev
mailing list