David Benjamin 34248d4cb7 Get rid of err function codes.
Running make_errors.go every time a function is renamed is incredibly
tedious. Plus we keep getting them wrong.

Instead, sample __func__ (__FUNCTION__ in MSVC) in the OPENSSL_PUT_ERROR macro
and store it alongside file and line number. This doesn't change the format of
ERR_print_errors, however ERR_error_string_n now uses the placeholder
"OPENSSL_internal" rather than an actual function name since that only takes
the uint32_t packed error code as input.

This updates err scripts to not emit the function string table. The
OPENSSL_PUT_ERROR invocations, for now, still include the extra
parameter. That will be removed in a follow-up.

BUG=468039

Change-Id: Iaa2ef56991fb58892fa8a1283b3b8b995fbb308d
Reviewed-on: https://boringssl-review.googlesource.com/5275
Reviewed-by: Adam Langley <agl@google.com>
2015-07-16 02:02:08 +00:00
..
2015-07-16 02:02:08 +00:00
2015-07-13 20:49:18 +00:00
2015-07-13 21:18:26 +00:00
2015-05-07 21:13:41 +00:00
2015-04-06 16:58:45 -07:00
2015-05-21 17:59:48 +00:00
2015-06-25 00:03:02 +00:00
2015-05-21 18:00:10 +00:00
2015-05-21 18:00:10 +00:00
2015-02-11 23:14:04 +00:00
2015-07-06 19:35:44 -07:00
2015-07-16 02:02:08 +00:00
2015-07-16 02:02:08 +00:00
2015-06-25 00:03:02 +00:00
2015-05-21 18:00:10 +00:00
2015-05-28 17:22:19 +00:00
2015-07-10 19:07:24 +00:00
2015-07-07 22:51:11 +00:00
2015-07-07 22:50:53 +00:00
2015-06-16 18:07:27 +00:00
2015-01-14 23:38:11 +00:00
2015-02-20 23:59:59 +00:00
2015-05-20 17:44:44 +00:00
2014-07-31 22:03:11 +00:00
2015-03-31 22:21:42 +00:00