It turns out you can't have a single-quote in an #error

This commit is contained in:
Matt Johnston 2018-03-08 22:37:54 +08:00
parent 56855744b8
commit ba94bcd2e8

View File

@ -16,7 +16,7 @@
#elif DROPBEAR_ECC_521 #elif DROPBEAR_ECC_521
#define ECDSA_DEFAULT_SIZE 521 #define ECDSA_DEFAULT_SIZE 521
#else #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 #endif
ecc_key *gen_ecdsa_priv_key(unsigned int bit_size); ecc_key *gen_ecdsa_priv_key(unsigned int bit_size);