aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-06-08 09:26:42 -0400
committerJack Lloyd <[email protected]>2017-06-08 09:26:42 -0400
commit178efb1373b5935e3df9d207e10cd6cf99930ba5 (patch)
tree32786cb26ab2b6f9ae0aef37b36782f696019d50 /src/lib
parentcb4afffef738880970908b716336534881d50042 (diff)
Disable Ed25519 under Visual C++
Miscompiles on x86-32, even with VS2017
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/pubkey/ed25519/info.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/pubkey/ed25519/info.txt b/src/lib/pubkey/ed25519/info.txt
index f17b86cbf..3bc6fc7b8 100644
--- a/src/lib/pubkey/ed25519/info.txt
+++ b/src/lib/pubkey/ed25519/info.txt
@@ -2,6 +2,13 @@
ED25519 -> 20170607
</defines>
+# Fails under Visual C++
+<cc>
+gcc
+clang
+icc
+</cc>
+
<requires>
sha2_64
</requires>