diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-05-23 22:43:34 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-05-23 22:43:34 +0800 |
commit | 0363d3c32e08d0c2d5ed0035a1b045259677f319 (patch) | |
tree | e1f283e117ce9c15e59a58e79656e249d35b20fb /signkey.c | |
parent | a582c4cdb60dbba5c34e33c0e434bdc52f09ad2c (diff) |
fuzzer-pubkey
--HG--
branch : fuzz
Diffstat (limited to 'signkey.c')
-rw-r--r-- | signkey.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -620,3 +620,8 @@ out: return ret; } #endif + +#ifdef DROPBEAR_FUZZ +const char * const * fuzz_signkey_names = signkey_names; + +#endif |