Skip to content

Commit 278eded

Browse files
committed
Update dependencies in indyopenssl fpc package
1 parent 8c38f92 commit 278eded

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

lazarus-fpc/indyopenssl.lpk

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
1111
</SearchPaths>
1212
<Other>
13+
<CustomOptions Value="-Ur"/>
1314
<OtherDefines Count="3">
1415
<Define0 Value="OPENSSL_USE_STATIC_LIBRARY"/>
1516
<Define1 Value="OPENSSL_USE_SHARED_LIBRARY"/>
@@ -34,10 +35,30 @@
3435
<Filename Value="../src/IdSSLOpenSSLFIPS.pas"/>
3536
<UnitName Value="IdSSLOpenSSLFIPS"/>
3637
</Item>
38+
<Item>
39+
<Filename Value="../src/IdSSLOpenSSLOptions.pas"/>
40+
<UnitName Value="IdSSLOpenSSLOptions"/>
41+
</Item>
42+
<Item>
43+
<Filename Value="../src/IdSSLOpenSSLSocket.pas"/>
44+
<UnitName Value="IdSSLOpenSSLSocket"/>
45+
</Item>
46+
<Item>
47+
<Filename Value="../src/IdSSLOpenSSLUtils.pas"/>
48+
<UnitName Value="IdSSLOpenSSLUtils"/>
49+
</Item>
50+
<Item>
51+
<Filename Value="../src/IdSSLOpenSSLX509.pas"/>
52+
<UnitName Value="IdSSLOpenSSLX509"/>
53+
</Item>
54+
<Item>
55+
<Filename Value="../src/IdSSLwincrypt.pas"/>
56+
<UnitName Value="IdSSLwincrypt"/>
57+
</Item>
3758
</Files>
3859
<RequiredPkgs>
3960
<Item>
40-
<PackageName Value="indyprotocols"/>
61+
<PackageName Value="indylaz"/>
4162
</Item>
4263
<Item>
4364
<PackageName Value="FCL"/>

lazarus-fpc/indyopenssl.pas

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
interface
99

1010
uses
11-
IdNTLMOpenSSL, IdResourceStringsOpenSSL, IdSSLOpenSSL, IdSSLOpenSSLFIPS;
11+
IdNTLMOpenSSL, IdResourceStringsOpenSSL, IdSSLOpenSSL, IdSSLOpenSSLFIPS,
12+
IdSSLOpenSSLOptions, IdSSLOpenSSLSocket, IdSSLOpenSSLUtils,
13+
IdSSLOpenSSLX509, IdSSLwincrypt;
1214

1315
implementation
1416

0 commit comments

Comments
 (0)