Don't include strings.h because of Windows.

This is a follow on to dab64ff9be.

Change-Id: I01644f058030c0fac3f636871cc55a082edf51f1
This commit is contained in:
Adam Langley 2014-09-29 17:57:38 -07:00
parent dab64ff9be
commit ddb300306d

View File

@ -58,7 +58,6 @@
#include <assert.h>
#include <string.h>
#include <strings.h>
#include <openssl/err.h>
#include <openssl/mem.h>