We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6717fa commit bd9deefCopy full SHA for bd9deef
CryptoLib.Tests/src/Crypto/RSABlindedTests.pas
@@ -9,12 +9,12 @@ interface
9
uses
10
SysUtils,
11
Classes,
12
- {$IFDEF FPC}
+{$IFDEF FPC}
13
fpcunit,
14
testregistry,
15
- {$ELSE}
+{$ELSE}
16
TestFramework,
17
- {$ENDIF}
+{$ENDIF}
18
ClpBigInteger,
19
ClpSecureRandom,
20
ClpEncoders,
CryptoLib.Tests/src/Crypto/RSATests.pas
@@ -396,6 +396,10 @@ procedure TTestRSA.TestRsaSignature;
396
397
initialization
398
399
-RegisterTest(TTestRSA.Suite);
400
+ RegisterTest(TTestRSA);
401
402
+ RegisterTest(TTestRSA.Suite);
403
+{$ENDIF FPC}
404
405
end.
0 commit comments