mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Fix cmake build of fuzz_privkey
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
6f19ce317b
commit
6ff9ef56a5
@ -8,7 +8,6 @@ if(FUZZINGENGINE_LIB)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(executables_no_common_c
|
set(executables_no_common_c
|
||||||
fuzz_privkey
|
|
||||||
fuzz_pubkey
|
fuzz_pubkey
|
||||||
fuzz_x509crl
|
fuzz_x509crl
|
||||||
fuzz_x509crt
|
fuzz_x509crt
|
||||||
@ -16,6 +15,7 @@ set(executables_no_common_c
|
|||||||
)
|
)
|
||||||
|
|
||||||
set(executables_with_common_c
|
set(executables_with_common_c
|
||||||
|
fuzz_privkey
|
||||||
fuzz_client
|
fuzz_client
|
||||||
fuzz_dtlsclient
|
fuzz_dtlsclient
|
||||||
fuzz_dtlsserver
|
fuzz_dtlsserver
|
||||||
|
Loading…
Reference in New Issue
Block a user