Adam Langley 06fa67c8d3 Stop using |ERR_peek_last_error| in RSA blinding.
History has shown there are bugs in not setting the error code
appropriately, which makes any decision making based on
|ERR_peek_last_error|, etc. suspect. Also, this call was interfering
with the link-time optimizer's ability to discard the implementations of
many functions in crypto/err during dead code elimination.

Change-Id: Iba9e553bf0a72a1370ceb17ff275f5a20fca31ec
Reviewed-on: https://boringssl-review.googlesource.com/5748
Reviewed-by: Adam Langley <agl@google.com>
2015-09-08 23:32:48 +00:00
..
2015-08-17 20:30:00 +00:00
2014-06-20 13:17:32 -07:00
2015-02-11 19:31:01 +00:00
2014-06-20 13:17:32 -07:00
2015-06-15 17:52:40 +00:00
2014-07-11 19:04:04 +00:00
2015-07-27 22:21:11 +00:00