]> git.ipfire.org Git - thirdparty/gnutls.git/commit
win32: link with crypt32
authorSteve Lhomme <robux4@ycbcr.xyz>
Tue, 19 May 2020 14:23:40 +0000 (16:23 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Wed, 20 May 2020 05:47:45 +0000 (07:47 +0200)
commit4e8145bc6d04fa0223a8108edf50bb88f76e48ba
tree31cae16523863f3bb2703e55d7bc5e7e7fec2678
parenta9f907be146be0df2cc756c19543ec1d10ccdef9
win32: link with crypt32

Since 5d03564cccd2c10c41252ea468d4a098bd08e9c1 we use CertOpenStore().
To properly link it needs to be linked with the crypt32.dll.
https://docs.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-certopenstore

This library was missing from the pkg-config library. It exists in
thirdparty_libadd to link gnutls as a DLL.

Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
configure.ac
lib/Makefile.am
lib/gnutls.pc.in