How to add authentificaion method to request?
Cym13 via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jul 12 02:01:03 PDT 2017
On Wednesday, 12 July 2017 at 07:43:27 UTC, Suliman wrote:
> Compiler require libssl32.dll for run dlang-request based app.
> Where I can get it?
>
> I installed, OpenSSL, but can't find this lib in
> C:\OpenSSL-Win64
I don't use windows so it's nothing definitive but I'd bet that
the "32" in libssl32.dll stands for 32bits while OpenSSL-Win64 is
for 64bits. You need to get the 32bits version.
More information about the Digitalmars-d-learn
mailing list