From c2f499e0a301d4ad0f92d58f436d01087ceae1bb Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 2 Mar 2017 20:32:18 -0500 Subject: Fix dumb copy/paste errors. --- hal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hal.h') diff --git a/hal.h b/hal.h index 7b4fcb7..29b4dab 100644 --- a/hal.h +++ b/hal.h @@ -106,8 +106,8 @@ #define ECDSA256_NAME "ecdsa256" #define ECDSA256_VERSION "0.11" -#define ECDSA256_NAME "ecdsa384" -#define ECDSA256_VERSION "0.11" +#define ECDSA384_NAME "ecdsa384" +#define ECDSA384_VERSION "0.11" /* * C API error codes. Defined in this form so we can keep the tokens -- cgit v1.2.3