summaryrefslogtreecommitdiffstats
path: root/src/crypto/crypto.c
Commit message (Collapse)AuthorAgeFilesLines
* external/boringssl: fix |SSLeay|.Adam Langley2015-05-211-3/+3
| | | | | | | | | | 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. Bug: 21304170 Change-Id: I3e4bb0240b18647cfe2a3ce5869948a4527ff0f0 (cherry picked from commit 12addf8c63e77091bece8ad715f30cfd957a5332)
* Changes to work with OpenSSH and wpa_supplicant.Adam Langley2015-03-241-0/+8
| | | | Change-Id: I19ed78acc67bd0ad8b905ce0ac628b39da8bb161
* Initial commit of BoringSSL for Android.Adam Langley2015-01-301-0/+104