commit | 021c8d61f2b790c9dcb6c875406de047413bf306 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 24 11:07:39 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Oct 05 14:45:31 2015 +0100 |
tree | d3618f76efbf74b04131cd5d7187b433420c34f3 | |
parent | 2347bdd7b5e15780c06c1ac2085c2627e09f3e03 [diff] |
Deprecated functions need not be covered
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 68153ef..91162bd 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -182,7 +182,7 @@ * * Uncomment to get errors on using deprecated functions. */ -//#define MBEDTLS_DEPRECATED_REMOVED +#define MBEDTLS_DEPRECATED_REMOVED /* \} name SECTION: System support */