Browse Source

fixed unit name issue.

Ugochukwu Mmaduekwe 6 years ago
parent
commit
475e88ea1b

+ 1 - 1
CryptoLib.Tests/src/Crypto/PaddingTests.pas

@@ -36,7 +36,7 @@ uses
   ClpKeyParameter,
   ClpIKeyParameter,
   ClpIBlockCipherPadding,
-  ClpAESEngine,
+  ClpAesEngine,
   ClpIAesEngine,
   ClpPaddingModes,
   ClpIPaddingModes,

+ 1 - 1
CryptoLib.Tests/src/Math/ECIESTests.pas

@@ -70,7 +70,7 @@ uses
   ClpIBlockCipherModes,
   ClpKeyEncoder,
   ClpIKeyEncoder,
-  ClpAESEngine,
+  ClpAesEngine,
   ClpIAesEngine,
   ClpEncoders,
   ClpArrayUtils,

+ 1 - 1
CryptoLib.Tests/src/Math/PascalCoinECIESTests.pas

@@ -34,7 +34,7 @@ uses
   ClpPaddedBufferedBlockCipher,
   ClpBlockCipherModes,
   ClpIBlockCipherModes,
-  ClpAESEngine,
+  ClpAesEngine,
   ClpIAesEngine,
   ClpEncoders,
   ClpBigInteger,