- 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)