benchmark needs a main if NO_CRYPT_BENCHMARK defined

This commit is contained in:
kaleb-himes
2016-02-04 12:07:39 -07:00
parent 7936c7a72e
commit bf1af39027

View File

@@ -2015,4 +2015,6 @@ static INLINE word64 get_intel_cycles(void)
}
#endif /* HAVE_GET_CYCLES */
#else
int main() { return 0; }
#endif /* !NO_CRYPT_BENCHMARK */