mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-27 17:57:24 +01:00
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:
parent
925568a595
commit
2fcd3e4441
7 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue