Skip to content

Commit 5078051

Browse files
author
Tony Whyman
committed
Correct Delphi Test Programs Package Dependency for OpenSSL
1 parent 07439c8 commit 5078051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Test/openssl-client/delphi_openssl_client.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<UsePackages>true</UsePackages>
6666
<DCC_ExeOutput>.</DCC_ExeOutput>
6767
<DCC_DcuOutput>$(Platform)\$(Config)</DCC_DcuOutput>
68-
<DCC_UsePackage>IndySystem290;IndyCore290;IndyProtocols290;IndyOpenSSL290;$(DCC_UsePackage)</DCC_UsePackage>
68+
<DCC_UsePackage>IndySystem290;IndyCore290;IndyProtocols290;IndyTLSOpenSSL;$(DCC_UsePackage)</DCC_UsePackage>
6969
<Debugger_HostApplication>C:\Users\A User\projects\Indy\test\openssl\openssl-client\Win32\Debug\Project1.exe</Debugger_HostApplication>
7070
<VerInfo_Locale>1033</VerInfo_Locale>
7171
<Manifest_File>(None)</Manifest_File>

Test/openssl-server/delphi_openssl_server.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
5454
</PropertyGroup>
5555
<PropertyGroup Condition="'$(Cfg_1)'!=''">
56-
<DCC_UsePackage>IndySystem290;IndyCore290;IndyProtocols290;IndyOpenSSL290;$(DCC_UsePackage)</DCC_UsePackage>
56+
<DCC_UsePackage>IndySystem290;IndyCore290;IndyProtocols290;IndyTLSOpenSSL;$(DCC_UsePackage)</DCC_UsePackage>
5757
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
5858
<DCC_DebugDCUs>true</DCC_DebugDCUs>
5959
<DCC_Optimize>false</DCC_Optimize>

0 commit comments

Comments
 (0)