Browse Source

fixed case sensitivity issue with Unix like system.

Ugochukwu Mmaduekwe 6 years ago
parent
commit
1622a4e85f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CryptoLib/src/Math/EC/Multiplier/ClpMultipliers.pas

+ 1 - 1
CryptoLib/src/Math/EC/Multiplier/ClpMultipliers.pas

@@ -26,7 +26,7 @@ uses
   ClpBigInteger,
   ClpBits,
   ClpNat,
-  ClpTNaf,
+  ClpTnaf,
   ClpIECC,
   ClpIGlvEndomorphism,
   ClpIFixedPointPreCompInfo,