From 4de88fe6daad0b7bd65b20bc887ff1ac62ae2ce8 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 27 Jan 2020 16:50:47 +0000 Subject: Implement a stricter ECX_KEY type Add ref counting and control how we allocate storage for the private key. We will need this type in following commits where we move the ecx code to be provider aware. Reviewed-by: Patrick Steuer Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/10964) --- test/curve448_internal_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/curve448_internal_test.c b/test/curve448_internal_test.c index 054948d..953b56c 100644 --- a/test/curve448_internal_test.c +++ b/test/curve448_internal_test.c @@ -10,6 +10,7 @@ #include #include #include +#include "crypto/ecx.h" #include "curve448_local.h" #include "testutil.h" -- cgit v1.1