From 7d45e85b03578134194c8ac7ef5caeff7802f052 Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 21 Aug 2020 15:19:49 -0700 Subject: [PATCH] Add ED448 to the "all" options. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 154feca82..aa1264319 100644 --- a/configure.ac +++ b/configure.ac @@ -184,6 +184,7 @@ then enable_compkey=yes enable_curve25519=yes enable_curve448=yes + enable_ed448=yes enable_ed25519=yes enable_fpecc=yes enable_eccencrypt=yes