aboutsummaryrefslogtreecommitdiff
path: root/standalone/src/test/java
diff options
context:
space:
mode:
authorJán Jančár2024-03-28 15:45:21 +0100
committerGitHub2024-03-28 15:45:21 +0100
commitfb8ce97e06363637ccf0846c012e5e3c6bfa6f44 (patch)
treec7582af73c6951de54725e1f8b8e32744dde3682 /standalone/src/test/java
parent6945707a9b34acb275506bd89010b3d3e92c16c8 (diff)
parent8e388999ceec941a8f26d3ee6ee7ece91c10ee0e (diff)
downloadECTester-fb8ce97e06363637ccf0846c012e5e3c6bfa6f44.tar.gz
ECTester-fb8ce97e06363637ccf0846c012e5e3c6bfa6f44.tar.zst
ECTester-fb8ce97e06363637ccf0846c012e5e3c6bfa6f44.zip
Merge pull request #22 from crocs-muni/fix/libressl-build
Try to fix LibreSSL build.
Diffstat (limited to 'standalone/src/test/java')
-rw-r--r--standalone/src/test/java/cz/crcs/ectester/standalone/LibTests.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/src/test/java/cz/crcs/ectester/standalone/LibTests.java b/standalone/src/test/java/cz/crcs/ectester/standalone/LibTests.java
index 6e11ccd..48a5d89 100644
--- a/standalone/src/test/java/cz/crcs/ectester/standalone/LibTests.java
+++ b/standalone/src/test/java/cz/crcs/ectester/standalone/LibTests.java
@@ -28,7 +28,6 @@ public class LibTests {
WolfCryptLib.class,
MbedTLSLib.class,
IppcpLib.class,
- MatrixsslLib.class,
NettleLib.class,
LibresslLib.class};
for (Class<?> c : libClasses) {