]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove crypt32.lib from C++Builder configuration
authorTanzinul Islam <tanzinul.islam@gmail.com>
Mon, 14 Dec 2020 23:31:49 +0000 (23:31 +0000)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 19 Apr 2021 09:05:55 +0000 (11:05 +0200)
commit5ae52001e115452ca285713feb1c2feaf07902ad
tree9abfce3739815cf7ab9a4275fc0804ef8d9b48c6
parentdaf98015aac8bf392cf95edf9a54d845c1c22fd7
Remove crypt32.lib from C++Builder configuration

`import32.lib` serves the purpose for most Windows API libraries, including this one. For example, with a GNU `grep` utility:

>tdump %BDS%\lib\win32c\release\import32.lib | grep -B 3 -A 1 CertOpenStore
171E32 COMENT  Purge: Yes, List: Yes, Class: 160 (0A0h), SubClass: 1 (01h)
    Dynamic link import (IMPDEF)
      Imported by: name
      Internal Name: CertOpenStore
      Module Name: CRYPT32.dll

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13540)
Configurations/50-cppbuilder.conf