comparison fuzzer-verify.c @ 1559:92c93b4a3646 fuzz

Fix to be able to compile normal(ish) binaries with --enable-fuzz
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 22:02:12 +0800
parents 66a1a2547133
children f52919ffd3b1
comparison
equal deleted inserted replaced
1558:2f64cb3d3007 1559:92c93b4a3646
55 sign_key_free(key); 55 sign_key_free(key);
56 m_malloc_free_epoch(1, 0); 56 m_malloc_free_epoch(1, 0);
57 } else { 57 } else {
58 m_malloc_free_epoch(1, 1); 58 m_malloc_free_epoch(1, 1);
59 TRACE(("dropbear_exit longjmped")) 59 TRACE(("dropbear_exit longjmped"))
60 // dropbear_exit jumped here 60 /* dropbear_exit jumped here */
61 } 61 }
62 62
63 return 0; 63 return 0;
64 } 64 }