mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
It turns out you can't have a single-quote in an #error
This commit is contained in:
parent
56855744b8
commit
ba94bcd2e8
2
ecdsa.h
2
ecdsa.h
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user