commit | 6838bd1d737b6c3c4518e63543bf1e6a38113f55 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Sep 30 13:56:38 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Sep 30 15:24:33 2013 +0200 |
tree | 92b0110fbc183f973d23621c92950ae4fd0ee541 | |
parent | c9965dca278becce5bac9a1d9996c8ecc7154d1d [diff] [blame] |
Clarified threading issues
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 4a9d0ef..bd12343 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -674,6 +674,8 @@ * \def POLARSSL_THREADING_DUMMY * * Provide a dummy threading implementation. + * Warning: If you use this, all claims of thread-safety in the documentation + * are void! * * Requires: POLARSSL_THREADING_C *