mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-12 13:19:56 +00:00
Fix cmake build of fuzz_privkey
Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user