Fix unicode char in logging.c.
This commit is contained in:
parent
52c6710783
commit
793bd6620b
@ -684,7 +684,7 @@ int wc_ERR_remove_state(void)
|
|||||||
* In case all entries are ignored, the ERR queue will be empty afterwards.
|
* In case all entries are ignored, the ERR queue will be empty afterwards.
|
||||||
* For an empty ERR queue 0 is returned.
|
* For an empty ERR queue 0 is returned.
|
||||||
*
|
*
|
||||||
* ìgnore_err` may be NULL, in which case this returns the HEAD values.
|
* `ignore_err` may be NULL, in which case this returns the HEAD values.
|
||||||
*
|
*
|
||||||
* `flags` is present for OpenSSL compatibility, but will always be
|
* `flags` is present for OpenSSL compatibility, but will always be
|
||||||
* set to 0, since we do not keep flags at ERR entries.
|
* set to 0, since we do not keep flags at ERR entries.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user