Oh dear, I was missing an extern.

This commit is contained in:
Nick Mathewson 2016-09-09 10:20:34 -04:00
parent 373bfd9630
commit 2fe7e3d9d2

View File

@ -169,7 +169,7 @@ struct crypto_pk_t *pk_generate(int idx);
#define NS_UNMOCK(name) UNMOCK(name)
extern const struct testcase_setup_t passthrough_setup;
const struct testcase_setup_t ed25519_test_setup;
extern const struct testcase_setup_t ed25519_test_setup;
extern struct testcase_t accounting_tests[];
extern struct testcase_t addr_tests[];