25 lines
553 B
Diff
25 lines
553 B
Diff
|
From 83909cdc63550b3151e76d727fe161a9ef71ab6c Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
|
||
|
Date: Mon, 31 May 2021 19:01:01 +0200
|
||
|
Subject: [libica PATCH] disable eddsa test - broken with OpenSSL 3.0
|
||
|
|
||
|
---
|
||
|
test/Makefile.am | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/test/Makefile.am b/test/Makefile.am
|
||
|
index f889a97..428982d 100644
|
||
|
--- a/test/Makefile.am
|
||
|
+++ b/test/Makefile.am
|
||
|
@@ -54,7 +54,6 @@ ecdsa1_test.sh \
|
||
|
ec_keygen2_test.sh \
|
||
|
ecdh2_test.sh \
|
||
|
ecdsa2_test.sh \
|
||
|
-eddsa_test \
|
||
|
x_test \
|
||
|
mp_test
|
||
|
|
||
|
--
|
||
|
2.26.3
|
||
|
|