Skip to content

Allow statically linking ncrypt (win32)

Steve Lhomme requested to merge robUx4/gnutls:static-ncrypt into master

This patch adds a configure option to link ncrypt statically when building for Windows.

If the option is not set and gnutls is built with a _WIN32_WINNT which targets at least Windows Vista, then ncrypt is used statically. It's available on all versions of Windows since then.

Merge request reports