mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
- Added cert_app application
This commit is contained in:
parent
43f7ff6906
commit
4fc45522f1
5 changed files with 292 additions and 3 deletions
2
programs/x509/CMakeLists.txt
Normal file
2
programs/x509/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
add_executable(cert_app cert_app.c)
|
||||
target_link_libraries(cert_app polarssl)
|
||||
Loading…
Add table
Add a link
Reference in a new issue