mirror of https://github.com/google/oss-fuzz.git
[tpm2-tss] disable swtpm tcti (#3541)
We need to disable all supported tctis for fuzzing. This includes recently added swtpm. Also switch the option from --enable-<module>=no to preferred --disable-<module> Signed-off-by: Tadeusz Struk <tstruk@gmail.com>
This commit is contained in:
parent
4f72fc8fbe
commit
c5b149af28
|
@ -28,8 +28,9 @@ export GEN_FUZZ=1
|
|||
--enable-debug \
|
||||
--with-fuzzing=ossfuzz \
|
||||
--enable-tcti-fuzzing \
|
||||
--enable-tcti-device=no \
|
||||
--enable-tcti-mssim=no \
|
||||
--disable-tcti-device \
|
||||
--disable-tcti-mssim \
|
||||
--disable-tcti-swtpm \
|
||||
--disable-doxygen-doc \
|
||||
--disable-shared \
|
||||
--disable-fapi
|
||||
|
|
Loading…
Reference in New Issue