Skip to content

Commit

Permalink
Tests: Fix compilation bug after SSU HMAC implementation move
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Aug 10, 2019
1 parent cf4298f commit ee84e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/java/test/junit/net/i2p/crypto/CryptoTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public static Test suite() {
suite.addTestSuite(CryptixAESEngineTest.class);
suite.addTestSuite(CryptixRijndael_AlgorithmTest.class);
suite.addTestSuite(DSATest.class);
suite.addTestSuite(HMACSHA256Test.class);
suite.addTestSuite(KeyGeneratorTest.class);
suite.addTestSuite(SHA1HashTest.class);
suite.addTestSuite(SHA256Test.class);
Expand Down
2 changes: 2 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
2019-08-10 str4d:
* EdDSA: Reduce diff between vendored code and upstream
* Jetty: Fix Gradle build
* Tests:
- Fix compilation bug after SSU HMAC implementation move

2019-08-05 zzz
* i2ptunnel:
Expand Down

0 comments on commit ee84e7e

Please sign in to comment.