commit | 3ac1b2d952ea200e66187c40e58729ebc84d8f11 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jun 18 22:47:29 2010 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jun 18 22:47:29 2010 +0000 |
tree | eb45b73c82efd5f53f9f3901e9e559ee8266ff2a | |
parent | 690b93d91a8cff3c1d3e37e931cf4a72b839e092 [diff] [blame] |
- Added runtime and compiletime version information
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 64ec89e..ca87828 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -77,6 +77,11 @@ #define POLARSSL_SELF_TEST /* + * Enable run-time version information functions + */ +#define POLARSSL_VERSION_C + +/* * Enable the prime-number generation code. */ #define POLARSSL_GENPRIME