Re: building openssl-1.1.1d with "enable-deprecated"

2019-09-16 Thread Peter Sui
Hi Matt, I said " It does not work" means, after I build the open-ssl1.1.1d with or without the "enable-deprecated" configuration, then use the library, header files in my application as before with the older version(1.0.2t), then my build failed, the errors are like: Error C3861 'HMAC_CTX_i

Re: building openssl-1.1.1d with "enable-deprecated"

2019-09-16 Thread Peter Sui
Peter On Mon, Sep 16, 2019 at 10:52 AM Matt Caswell wrote: > > > On 16/09/2019 15:44, Peter Sui wrote: > > Hi, > >From the openssl website, I got the folloeing instruction: > > " > > Access to deprecated functions/macros has been removed by

RE: building openssl-1.1.1d with "enable-deprecated"

2019-09-16 Thread Peter Sui
ere is no difference. The command I used is: perl Configure VC-WIN32 enable-deprecated --prefix=T:\openssl-%OPENSSL_VERSION%-32bit-release-DLL-VS2015 nmake Thank you inadvance! Peter Sui