[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:
Tadeusz Struk 2020-03-26 08:55:25 -07:00 committed by GitHub
parent 4f72fc8fbe
commit c5b149af28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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