Browse Source

minor edit.

Ugochukwu Mmaduekwe 6 years ago
parent
commit
e8967ae037
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CryptoLib/src/Math/ClpBigInteger.pas

+ 2 - 2
CryptoLib/src/Math/ClpBigInteger.pas

@@ -63,9 +63,9 @@ type
 type
   TBigInteger = record
 
-  strict private
+  private
 
-  const
+    const
 
     IMASK = Int64($FFFFFFFF);
     UIMASK = UInt64($FFFFFFFF);