Ugochukwu Mmaduekwe 7 years ago
parent
commit
b027d742cd
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,11 +23,11 @@ uses
  // AESTests, // pass x64
  // BlockCipherVectorTests, // pass x64
   AESTestVectors,
-  IESCipherTests,
+ // IESCipherTests,
  // AESSICTests, // pass x64
  // MD5HMacTests, // pass x64
  // HMacTests,
- // Pkcs5Tests,
+  Pkcs5Tests,
   ClpFixedSecureRandom,
   ClpIFixedSecureRandom;