File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ package IndyTLSOpenSSL290;
1313{$LONGSTRINGS ON}
1414{$OPENSTRINGS ON}
1515{$OPTIMIZATION OFF}
16- {$OVERFLOWCHECKS ON }
17- {$RANGECHECKS ON }
16+ {$OVERFLOWCHECKS OFF }
17+ {$RANGECHECKS OFF }
1818{$REFERENCEINFO ON}
1919{$SAFEDIVIDE OFF}
2020{$STACKFRAMES ON}
@@ -24,11 +24,8 @@ package IndyTLSOpenSSL290;
2424{$MINENUMSIZE 1}
2525{$IMAGEBASE $400000}
2626{$DEFINE DEBUG}
27- {$DEFINE HAS_PKG_RTL}
2827{$ENDIF IMPLICITBUILDING}
29- {$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
30- {$RUNONLY}
31- {$IMPLICITBUILD OFF}
28+ {$IMPLICITBUILD ON}
3229
3330requires
3431 rtl,
@@ -40,6 +37,11 @@ contains
4037 IdResourceStringsOpenSSL in '..\src\IdResourceStringsOpenSSL.pas',
4138 IdNTLMOpenSSL in '..\src\IdNTLMOpenSSL.pas',
4239 IdSSLOpenSSL in '..\src\IdSSLOpenSSL.pas',
43- IdSSLOpenSSLFIPS in '..\src\IdSSLOpenSSLFIPS.pas';
40+ IdSSLOpenSSLFIPS in '..\src\IdSSLOpenSSLFIPS.pas',
41+ IdSSLOpenSSLOptions in '..\src\IdSSLOpenSSLOptions.pas',
42+ IdSSLOpenSSLSocket in '..\src\IdSSLOpenSSLSocket.pas',
43+ IdSSLOpenSSLUtils in '..\src\IdSSLOpenSSLUtils.pas',
44+ IdSSLOpenSSLX509 in '..\src\IdSSLOpenSSLX509.pas',
45+ IdSSLwincrypt in '..\src\IdSSLwincrypt.pas';
4446
4547end.
Original file line number Diff line number Diff line change 8787 <DCCReference Include="..\src\IdNTLMOpenSSL.pas"/>
8888 <DCCReference Include="..\src\IdSSLOpenSSL.pas"/>
8989 <DCCReference Include="..\src\IdSSLOpenSSLFIPS.pas"/>
90+ <DCCReference Include="..\src\IdSSLOpenSSLOptions.pas"/>
91+ <DCCReference Include="..\src\IdSSLOpenSSLSocket.pas"/>
92+ <DCCReference Include="..\src\IdSSLOpenSSLUtils.pas"/>
93+ <DCCReference Include="..\src\IdSSLOpenSSLX509.pas"/>
94+ <DCCReference Include="..\src\IdSSLwincrypt.pas"/>
9095 <BuildConfiguration Include="Release">
9196 <Key>Cfg_2</Key>
9297 <CfgParent>Base</CfgParent>
You can’t perform that action at this time.
0 commit comments