1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

- Added cert_app application

This commit is contained in:
Paul Bakker
2010-03-18 20:11:58 +00:00
parent 43f7ff6906
commit 4fc45522f1
5 changed files with 292 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
add_executable(cert_app cert_app.c)
target_link_libraries(cert_app polarssl)