Integrated: 8303442: Clean up w2k_lsa_auth linker parameters

Daniel Jeliński djelinski at openjdk.org
Thu Mar 2 18:57:12 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.

This pull request has now been integrated.

Changeset: 843d632a
Author:    Daniel Jeliński <djelinski at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/843d632ad4bd372506dd4d1ea0cf4157cb668fc1
Stats:     3 lines in 1 file changed: 0 ins; 2 del; 1 mod

8303442: Clean up w2k_lsa_auth linker parameters

Reviewed-by: erikj

-------------

PR: https://git.openjdk.org/jdk/pull/12805



More information about the build-dev mailing list