summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2019-07-26 17:01:36 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2019-07-28 13:45:15 +0200
commitf61a98068695994bcfddc1146e7744f50296f9b9 (patch)
tree9674b92e652a543a3530adc04451c8c59b1881c0 /extra
parent2792c6e7b057b18c19b506f37c35716529f80979 (diff)
downloadmariadb-git-f61a98068695994bcfddc1146e7744f50296f9b9.tar.gz
Update WolfSSL, remove older workarounds.
Diffstat (limited to 'extra')
-rw-r--r--extra/wolfssl/CMakeLists.txt4
m---------extra/wolfssl/wolfssl0
2 files changed, 0 insertions, 4 deletions
diff --git a/extra/wolfssl/CMakeLists.txt b/extra/wolfssl/CMakeLists.txt
index 2cb3f1dd3d1..7eefa840bfa 100644
--- a/extra/wolfssl/CMakeLists.txt
+++ b/extra/wolfssl/CMakeLists.txt
@@ -40,10 +40,6 @@ INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/wolfssl)
IF(MSVC)
# size_t to long truncation warning
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -wd4267 -wd4334")
- IF(CMAKE_C_COMPILER_ID MATCHES Clang)
- # Workaround a bug with clang-cl, see https://github.com/wolfSSL/wolfssl/pull/2090
- ADD_DEFINITIONS(-DMP_16BIT)
- ENDIF()
ENDIF()
ADD_CONVENIENCE_LIBRARY(wolfssl ${WOLFSSL_SOURCES})
diff --git a/extra/wolfssl/wolfssl b/extra/wolfssl/wolfssl
-Subproject 21f2beca9f320199fcea4a96df3e19967804144
+Subproject 50fbdb961fd8c2d8123064e567ae8ec44167732