Change the library version to 2.11.0

* Change the Mbed TLS library version to 2.11.0
 * Increase the soversion of libmbedcrypto
 * Increase the soversion of libmbedtls
This commit is contained in:
Simon Butcher 2018-06-18 14:39:06 +01:00
parent 925568a595
commit 2fcd3e4441
7 changed files with 14 additions and 14 deletions

View file

@ -31,9 +31,9 @@ LOCAL_CFLAGS += -fPIC -fpic
endif
endif
SOEXT_TLS=so.10
SOEXT_TLS=so.11
SOEXT_X509=so.0
SOEXT_CRYPTO=so.2
SOEXT_CRYPTO=so.3
# Set DLEXT=dylib to compile as a shared library for Mac OS X
DLEXT ?= so