diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-03-08 22:37:54 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-03-08 22:37:54 +0800 |
commit | ba94bcd2e876cf79a66f3f9f4e46473f89c288c8 (patch) | |
tree | 1d9a471e35506bae48442e66f95a8132c7090d01 /ecdsa.h | |
parent | 56855744b8309f6ca672e224ce8f287b5b6ba774 (diff) |
It turns out you can't have a single-quote in an #error
Diffstat (limited to 'ecdsa.h')
-rw-r--r-- | ecdsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |