Commit Graph

4 Commits

Author SHA1 Message Date
Marco Elver 61b6f42c72
[hostap] Add missing libssl-dev dependency (#3673)
Recent builds have started failing due to libssl-dev missing --
presumably the base image no longer includes this. Fix this by
installing libssl-dev.
2020-04-24 07:25:57 -07:00
Marco Elver 063fcbd54e [hostap] Switch to new fuzz targets (#2499) 2019-06-13 14:52:15 +10:00
Marco Elver 9248c34b82 [hostap] Fix build (#2466)
1. Ensure targets are re-linked after re-compiling libfuzzer_entry.o

2. Don't rely on LIBS to link libfuzzer_entry.o correctly (cannot
   reproduce bot build failure, but log suggests this is the issue).
2019-05-27 09:58:44 -07:00
Marco Elver d4c9198a03 [hostap] Add hostap fuzzers (#2413) 2019-05-24 05:56:38 -07:00