mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-08 10:40:32 +00:00
Use () after function name
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
19028a8bb1
commit
4830d2134b
|
@ -1,6 +1,6 @@
|
||||||
Features
|
Features
|
||||||
* New functions in the error module return constant strings for
|
* New functions in the error module return constant strings for
|
||||||
high- and low-level error codes, complementing mbedtls_strerror
|
high- and low-level error codes, complementing mbedtls_strerror()
|
||||||
which constructs a string for any error code, including compound
|
which constructs a string for any error code, including compound
|
||||||
ones, but requires a writable buffer. Contributed by Gaurav Aggarwal
|
ones, but requires a writable buffer. Contributed by Gaurav Aggarwal
|
||||||
in #3176.
|
in #3176.
|
||||||
|
|
Loading…
Reference in a new issue