- Added runtime and compiletime version information

This commit is contained in:
Paul Bakker 2010-06-18 22:47:29 +00:00
parent 690b93d91a
commit 3ac1b2d952
9 changed files with 199 additions and 2 deletions

View file

@ -22,6 +22,7 @@ add_library(polarssl STATIC
ssl_srv.c
ssl_tls.c
timing.c
version.c
x509parse.c
xtea.c
)