RE: [PATCH] fix msvc build libpq error LNK2019 when link openssl;

2023-02-26 Thread gamefunc
mix 64b builds with 32b libraries; no, all 64b; From: Michael Paquier Date: 2023年2月27日 13:27 To: gamefunc CC: pgsql-hackers Subject: Re: [PATCH] fix msvc build libpq error LNK2019 when link openssl; On Mon, Feb 27, 2023 at 09:58:28AM +0800, gamefunc wrote: > # I: > (defaul

Re: [PATCH] fix msvc build libpq error LNK2019 when link openssl;

2023-02-26 Thread Michael Paquier
On Mon, Feb 27, 2023 at 09:58:28AM +0800, gamefunc wrote: > # I: > (default target) (1) -> (Link target) -> > libcrypto.lib(libcrypto-lib-e_capi.obj) : error LNK2019: > __imp_CertOpenStore, capi_open_store > libcrypto.lib(libcrypto-lib-e_capi.obj) : error LNK2019: > __imp_Cert

[PATCH] fix msvc build libpq error LNK2019 when link openssl;

2023-02-26 Thread gamefunc
# I: (default target) (1) -> (Link target) -> libcrypto.lib(libcrypto-lib-e_capi.obj) : error LNK2019: __imp_CertOpenStore?? capi_open_store libcrypto.lib(libcrypto-lib-e_capi.obj) : error LNK2019: __imp_CertCloseStore?? capi_find_key libcrypto.lib(libcrypto-lib-e_capi