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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue