summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-10-22 00:09:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-10-22 00:09:39 +0000
commitb5ff8a9895b21da46a7d0c6b082db363e1f9929d (patch)
tree68251e460d3eeb7a3e331630ba1ff98be9bf7ea7
parent3d614a17efc2661dc491dafa9a18d20bac1ab964 (diff)
parent532f28f1bae5cbdbbd28148c8c1d33ed6a996b39 (diff)
downloadextras-b5ff8a9895b21da46a7d0c6b082db363e1f9929d.tar.gz
Merge "system/extras: remove BORINGSSL_201509 support."
-rw-r--r--verity/verify_boot_signature.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/verity/verify_boot_signature.c b/verity/verify_boot_signature.c
index fada61d0..b706e3ad 100644
--- a/verity/verify_boot_signature.c
+++ b/verity/verify_boot_signature.c
@@ -72,14 +72,6 @@ IMPLEMENT_ASN1_FUNCTIONS(BootSignature)
static BIO *g_error = NULL;
-#if defined(OPENSSL_IS_BORINGSSL) && !defined(BORINGSSL_201509)
-/* In BoringSSL, ERR_print_errors has been moved to the BIO functions in order
- * to avoid the incorrect dependency of ERR on BIO. */
-static void ERR_print_errors(BIO *bio) {
- BIO_print_errors(bio);
-}
-#endif
-
/**
* Rounds n up to the nearest multiple of page_size
* @param n The value to round