Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-09-15 08:34:37 +0300
committerAdam Langley <agl@google.com>2015-09-16 02:19:57 +0300
commit2079ee70c6c13e0e2a166b34de48a8606c5a6f05 (patch)
tree1d0e5b0168ba99440a9b0091c10105debdd08610 /include/openssl/err.h
parent1f5e9456a9f856e07cb4582f3ffe7502fb814af5 (diff)
Fix minor documentation mistake.
Change-Id: Ia31c0c04c0dbb00cf55db7fdf2c4641a2287f012 Reviewed-on: https://boringssl-review.googlesource.com/5890 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/err.h')
-rw-r--r--include/openssl/err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/err.h b/include/openssl/err.h
index 0a90b0e3..c61e1efb 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -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. */