mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 02:25:40 +01:00
Fix some whitespace issues in ChangeLog and CMakeLists.txt
Stray tab in library/CMakeLists.txt and incorrect formatting in ChangeLog.
This commit is contained in:
parent
d21bd31759
commit
6331cb0607
@ -4,8 +4,8 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
|||||||
|
|
||||||
Features
|
Features
|
||||||
* Add new crypto primitives from RFC 7539: stream cipher Chacha20, one-time
|
* Add new crypto primitives from RFC 7539: stream cipher Chacha20, one-time
|
||||||
authenticator Poly1305 and AEAD construct Chacha20-Poly1305. Contributed by
|
authenticator Poly1305 and AEAD construct Chacha20-Poly1305. Contributed by
|
||||||
Daniel King (#485).
|
Daniel King (#485).
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix the key_app_writer example which was writing a leading zero byte which
|
* Fix the key_app_writer example which was writing a leading zero byte which
|
||||||
|
@ -109,7 +109,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(HAIKU)
|
if(HAIKU)
|
||||||
set(libs ${libs} network)
|
set(libs ${libs} network)
|
||||||
endif(HAIKU)
|
endif(HAIKU)
|
||||||
|
|
||||||
if(USE_PKCS11_HELPER_LIBRARY)
|
if(USE_PKCS11_HELPER_LIBRARY)
|
||||||
|
Loading…
Reference in New Issue
Block a user