From 52a68a9b430a1575753d5c3a5987985b67db7281 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 24 Apr 2018 12:04:12 -0400 Subject: [PATCH] Remove unused string.h include. This is unused now that we use the silly memcpy, etc., wrappers to work around the C NULL/0 language bug. See https://android-review.googlesource.com/c/platform/external/boringssl/+/670794 Change-Id: I15c878cee6badb4551c8d5cfa1371a9bff4000fb Reviewed-on: https://boringssl-review.googlesource.com/27666 Commit-Queue: Steven Valdez Reviewed-by: Steven Valdez CQ-Verified: CQ bot account: commit-bot@chromium.org --- crypto/mem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/mem.c b/crypto/mem.c index 50c6fe6d..5d45baa1 100644 --- a/crypto/mem.c +++ b/crypto/mem.c @@ -59,7 +59,6 @@ #include #include #include -#include #if defined(OPENSSL_WINDOWS) OPENSSL_MSVC_PRAGMA(warning(push, 3))