Browse Source

adjust for travis ci.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
8bea2b6ca9

+ 33 - 1
CryptoLib/src/Packages/FPC/CryptoLib4PascalPackage.lpk

@@ -25,7 +25,7 @@
  Acknowledgements: 
 Thanks to Sphere 10 Software (http://www.sphere10.com/) for sponsoring the development of this library "/>
     <Version Major="2" Minor="4"/>
-    <Files Count="453">
+    <Files Count="461">
       <Item1>
         <Filename Value="..\..\Asn1\ClpAsn1Encodable.pas"/>
         <UnitName Value="ClpAsn1Encodable"/>
@@ -1840,6 +1840,38 @@ Thanks to Sphere 10 Software (http://www.sphere10.com/) for sponsoring the devel
         <Filename Value="..\..\Math\EC\Custom\Sec\ClpSecP256R1Curve.pas"/>
         <UnitName Value="ClpSecP256R1Curve"/>
       </Item453>
+      <Item454>
+        <Filename Value="..\..\3rdParty\generics.collections\src\generics.collections.pas"/>
+        <UnitName Value="Generics.Collections"/>
+      </Item454>
+      <Item455>
+        <Filename Value="..\..\3rdParty\generics.collections\src\generics.defaults.pas"/>
+        <UnitName Value="Generics.Defaults"/>
+      </Item455>
+      <Item456>
+        <Filename Value="..\..\3rdParty\generics.collections\src\generics.hashes.pas"/>
+        <UnitName Value="Generics.Hashes"/>
+      </Item456>
+      <Item457>
+        <Filename Value="..\..\3rdParty\generics.collections\src\generics.helpers.pas"/>
+        <UnitName Value="Generics.Helpers"/>
+      </Item457>
+      <Item458>
+        <Filename Value="..\..\3rdParty\generics.collections\src\generics.memoryexpanders.pas"/>
+        <UnitName Value="Generics.MemoryExpanders"/>
+      </Item458>
+      <Item459>
+        <Filename Value="..\..\3rdParty\generics.collections\src\generics.strings.pas"/>
+        <UnitName Value="Generics.Strings"/>
+      </Item459>
+      <Item460>
+        <Filename Value="..\..\3rdParty\generics.collections\src\inc\generics.dictionaries.inc"/>
+        <Type Value="Include"/>
+      </Item460>
+      <Item461>
+        <Filename Value="..\..\3rdParty\generics.collections\src\inc\generics.dictionariesh.inc"/>
+        <Type Value="Include"/>
+      </Item461>
     </Files>
     <RequiredPkgs Count="3">
       <Item1>

+ 3 - 1
CryptoLib/src/Packages/FPC/CryptoLib4PascalPackage.pas

@@ -148,7 +148,9 @@ uses
   ClpISecT283FieldElement, ClpSecT283K1Point, ClpISecT283K1Point, 
   ClpISecT283K1Curve, ClpSecT283K1Curve, ClpSecP256R1Field, 
   ClpISecP256R1FieldElement, ClpSecP256R1FieldElement, ClpISecP256R1Point, 
-  ClpSecP256R1Point, ClpISecP256R1Curve, ClpSecP256R1Curve;
+  ClpSecP256R1Point, ClpISecP256R1Curve, ClpSecP256R1Curve, 
+  Generics.Collections, Generics.Defaults, Generics.Hashes, Generics.Helpers, 
+  Generics.MemoryExpanders, Generics.Strings;
 
 implementation