mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:05:36 +01:00
Ready for 1.3.0 release
This commit is contained in:
parent
ca9c87ed2b
commit
f18084a201
@ -1,6 +1,6 @@
|
|||||||
PolarSSL ChangeLog
|
PolarSSL ChangeLog
|
||||||
|
|
||||||
= PolarSSL-1.3 branch
|
= PolarSSL-1.3.0 released on 2013-09-26
|
||||||
Features
|
Features
|
||||||
* Elliptic Curve Cryptography module added
|
* Elliptic Curve Cryptography module added
|
||||||
* Elliptic Curve Diffie Hellman module added
|
* Elliptic Curve Diffie Hellman module added
|
||||||
|
@ -75,7 +75,7 @@ add_library(polarssl STATIC ${src})
|
|||||||
else(NOT USE_SHARED_POLARSSL_LIBRARY)
|
else(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||||
|
|
||||||
add_library(polarssl SHARED ${src})
|
add_library(polarssl SHARED ${src})
|
||||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.0 SOVERSION 3)
|
set_target_properties(polarssl PROPERTIES VERSION 1.3.0 SOVERSION 4)
|
||||||
|
|
||||||
endif(NOT USE_SHARED_POLARSSL_LIBRARY)
|
endif(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user