commit | f4b495271901e9850612d99ded4a6b0aec2e7bea | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu Oct 09 13:00:00 2014 -0400 |
committer | Adam Langley <agl@google.com> | Thu Oct 09 21:04:36 2014 +0000 |
tree | dc12a89089c45d73442c6e8e90060455d6686db7 | |
parent | 5db5d4e2b075f46ca80698a8baf168b8b7e5d60f [diff] |
Fix rsa_pss_to_ctx return value. It should return 0 for failure, not -1; the call site was expecting 0 anyway. Change-Id: I24ab5d3695b8ac438e40be1a4fd74ecd3b845f5a Reviewed-on: https://boringssl-review.googlesource.com/1914 Reviewed-by: Adam Langley <agl@google.com>