Issue #1482: add OpenSSL 1.0.2u library and include opensslsockets unit, to get TFPHttpClient working on Windows

This commit is contained in:
Ansgar Becker
2025-02-26 20:45:34 +01:00
parent 06d4cc253c
commit b84e63f721
3 changed files with 1 additions and 1 deletions

BIN
out/libeay32.dll Normal file

Binary file not shown.

BIN
out/ssleay32.dll Normal file

Binary file not shown.

View File

@ -8,7 +8,7 @@ uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, Menus, ActnList, Classes, SysUtils, Forms, Controls, Graphics, Dialogs, Menus, ActnList,
ComCtrls, ExtCtrls, SynEdit, SynHighlighterSQL, laz.VirtualTrees, ComCtrls, ExtCtrls, SynEdit, SynHighlighterSQL, laz.VirtualTrees,
RegExpr, Buttons, StdCtrls, fphttpclient, Math, LCLIntf, RegExpr, Buttons, StdCtrls, fphttpclient, Math, LCLIntf,
Generics.Collections, Generics.Defaults, Generics.Collections, Generics.Defaults, opensslsockets,
dbconnection, dbstructures, dbstructures.mysql, generic_types; dbconnection, dbstructures, dbstructures.mysql, generic_types;