mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
5 lines
236 B
Text
5 lines
236 B
Text
Features
|
|
* make: enable building unversioned shared library, with e.g.:
|
|
"SHARED=1 SOEXT_TLS=so SOEXT_X509=so SOEXT_CRYPTO=so make lib"
|
|
resulting in library names like "libmbedtls.so" rather than
|
|
"libmbedcrypto.so.11".
|