commit | b3a262c9f10691b83b33568340590b8ba90950cc | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Tue May 19 16:30:20 2015 -0700 |
committer | Adam Langley <agl@google.com> | Wed May 20 17:44:44 2015 +0000 |
tree | 5899a9286910cddb3d5a3a733ae3678adc20c415 | |
parent | f0320d3c73f69a9a1d2701fa7ae911b03c97f085 [diff] |
Fix |SSLeay|. SSLeay is a compatibility function for OpenSSL, but I got it wrong. It doesn't return a string, it returns a number. This doesn't end up making any difference, but it fixes a warning when building OpenSSH. Change-Id: I327ab4f70313c93c18f81d8804ba4acdc3bc1a4a Reviewed-on: https://boringssl-review.googlesource.com/4811 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>