polarssl: disable runtime version checks to save some space
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 May 2015 10:00:49 +0000 (10:00 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 May 2015 10:00:49 +0000 (10:00 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45607 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/libs/polarssl/patches/200-reduce_config.patch

index 9586e19..aa1108e 100644 (file)
  
  /**
   * \def POLARSSL_SSL_AEAD_RANDOM_IV
+@@ -1078,8 +1078,8 @@
+  * Requires: POLARSSL_VERSION_C
+  *
+  * Comment this to disable run-time checking and save ROM space
+- */
+ #define POLARSSL_VERSION_FEATURES
++ */
+ /**
+  * \def POLARSSL_X509_ALLOW_EXTENSIONS_NON_V3
 @@ -1395,8 +1395,8 @@
   *      TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384
   *      TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256
  
  /**
   * \def POLARSSL_VERSION_C
+@@ -2075,8 +2075,8 @@
+  * Module:  library/version.c
+  *
+  * This module provides run-time version information.
+- */
+ #define POLARSSL_VERSION_C
++ */
+ /**
+  * \def POLARSSL_X509_USE_C
 @@ -2185,8 +2185,8 @@
   *
   * Module:  library/xtea.c