OSDN Git Service

ANRdaemon: move trace result from /sdcard to /data am: d93aa41807
[android-x86/system-extras.git] / verity / verify_boot_signature.c
index fada61d..b706e3a 100644 (file)
@@ -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