Ugochukwu Mmaduekwe 7 years ago
parent
commit
5dbb8b16f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr

+ 2 - 2
CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr

@@ -23,10 +23,10 @@ uses
  // AESTests, // pass x64
  // BlockCipherVectorTests, // pass x64
   AESTestVectors,
- // IESCipherTests,
+  IESCipherTests,
  // AESSICTests, // pass x64
  // MD5HMacTests, // pass x64
-  HMacTests,
+ // HMacTests,
  // Pkcs5Tests,
   ClpFixedSecureRandom,
   ClpIFixedSecureRandom;