summaryrefslogtreecommitdiff
path: root/verity
diff options
context:
space:
mode:
Diffstat (limited to 'verity')
-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