Skip to content

Commit

Permalink
mbedtls: activate deprecated functions
Browse files Browse the repository at this point in the history
Some functions used by a lot of other software was renamed and is only
active when deprecated functions are allowed, deactivate the removal of
deprecated functions for now.

Fixes: 75c5ab4 ("mbedtls: update to version 2.7.0")
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Feb 16, 2018
1 parent 7da6480 commit 9f5a4f8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions package/libs/mbedtls/patches/200-config.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -221,7 +221,7 @@
*
* Uncomment to get errors on using deprecated functions.
*/
-//#define MBEDTLS_DEPRECATED_REMOVED
+#define MBEDTLS_DEPRECATED_REMOVED

/* \} name SECTION: System support */

@@ -566,17 +566,17 @@
*
* Comment macros to disable the curve and functions for it
Expand Down

0 comments on commit 9f5a4f8

Please sign in to comment.