From ba94bcd2e876cf79a66f3f9f4e46473f89c288c8 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 8 Mar 2018 22:37:54 +0800 Subject: It turns out you can't have a single-quote in an #error --- ecdsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecdsa.h') diff --git a/ecdsa.h b/ecdsa.h index e86a038..01cb134 100644 --- a/ecdsa.h +++ b/ecdsa.h @@ -16,7 +16,7 @@ #elif DROPBEAR_ECC_521 #define ECDSA_DEFAULT_SIZE 521 #else -#error ECDSA can't be enabled without enabling at least one size (256, 384, 521) +#error ECDSA cannot be enabled without enabling at least one size (256, 384, 521) #endif ecc_key *gen_ecdsa_priv_key(unsigned int bit_size); -- cgit v1.2.3