Fix minor documentation mistake.
Change-Id: Ia31c0c04c0dbb00cf55db7fdf2c4641a2287f012 Reviewed-on: https://boringssl-review.googlesource.com/5890 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
1f5e9456a9
commit
2079ee70c6
@ -257,11 +257,11 @@ typedef int (*ERR_print_errors_callback_t)(const char *str, size_t len,
|
||||
OPENSSL_EXPORT void ERR_print_errors_cb(ERR_print_errors_callback_t callback,
|
||||
void *ctx);
|
||||
|
||||
|
||||
/* ERR_print_errors_fp prints the current contents of the error stack to |file|
|
||||
* using human readable strings where possible. */
|
||||
OPENSSL_EXPORT void ERR_print_errors_fp(FILE *file);
|
||||
|
||||
|
||||
/* Clearing errors. */
|
||||
|
||||
/* ERR_clear_error clears the error queue for the current thread. */
|
||||
|
Loading…
Reference in New Issue
Block a user