[packages/polarssl] level up polarssl to version 1.1.3

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31838 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko
2012-05-21 20:12:56 +00:00
parent b8f4ed473a
commit a0c3611d6b
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -26,25 +26,3 @@ function(add_test_suite suite_name)
--- a/tests/CMakeLists.txt 2012-05-20 18:37:02.390717106 +0200
+++ b/tests/CMakeLists.txt 2012-05-20 18:37:12.282800152 +0200
@@ -26,26 +26,3 @@
endfunction(add_test_suite)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-function -Wno-unused-value")
@ -12,6 +12,7 @@
-add_test_suite(cipher cipher.aes)
-add_test_suite(cipher cipher.camellia)
-add_test_suite(cipher cipher.des)
-add_test_suite(ctr_drbg)
-add_test_suite(debug)
-add_test_suite(des)
-add_test_suite(dhm)