From 0446d9328514bd11ebbbb3ea50473f1fbb799152 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Wed, 8 Dec 2021 10:49:17 -0700 Subject: [PATCH] add deterministic k variant for ECC to enable all --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index c70dd4891..bb5f05748 100644 --- a/configure.ac +++ b/configure.ac @@ -626,6 +626,9 @@ then # Enable DH Extra AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_DH_EXTRA" + + # Enable deterministic ECC signing API with variant + AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ECDSA_DETERMINISTIC_K_VARIANT" fi