OSDN Git Service

Prepare for BoringSSL update.
authorAdam Langley <agl@google.com>
Wed, 2 Sep 2015 22:45:12 +0000 (15:45 -0700)
committerKenny Root <kroot@google.com>
Sat, 3 Oct 2015 00:22:40 +0000 (17:22 -0700)
commit241ffafa8ef52a503e7aaee31ead8c898c1b4126
tree5e4ba140e50b9ec4d0ea64d33ced26a5909fb316
parent7cb131772d450f03909f19045472ed555a97cd06
Prepare for BoringSSL update.

This change tweaks things as needed so that the code will compile
against both the BoringSSL that's currently in Android and a version
from upstream. The BORINGSSL_201509 define is temporary to allow the
switch to happen without breaking the build and a followup change will
remove it.

In this case, we backed off on removing |ERR_print_errors|, despite it
being a wart in the layering of the code.

(cherry picked from commit 7a688f6e8774920cb8cfc52bf2e3c16976e8ff23)

Change-Id: I2f2f567cfc37fe2d5a69742302c5a92d289b814f
verity/verify_boot_signature.c