commit | f86c199f67a4d6d548f366a7bf58908e854402d0 | [log] [tgz] |
---|---|---|
author | Brian Smith <brian@briansmith.org> | Tue Apr 14 06:45:04 2015 -1000 |
committer | Adam Langley <agl@google.com> | Wed Apr 15 03:07:07 2015 +0000 |
tree | 809c03e63f2ecf5839b293745f89654eb863d8e3 | |
parent | b828cfde3a571dcf0efcb25340d30c13ddefc8b3 [diff] [blame] |
Fix Windows newline in err.h from commit 83a8298. Change-Id: I2caa65b35e80233009e82599838f65aaf2e73cf4 Reviewed-on: https://boringssl-review.googlesource.com/4341 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/err.h b/include/openssl/err.h index 552ea92..ff8bff5 100644 --- a/include/openssl/err.h +++ b/include/openssl/err.h
@@ -251,7 +251,7 @@ void *ctx); -/* ERR_print_errors_fp prints the current contents of the error stack to |file| +/* 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);