Make sure to always include string.h so memset gets declared.
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Feb 2016 02:54:45 +0000 (03:54 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Feb 2016 03:14:35 +0000 (04:14 +0100)
commit183733f882056ea3e6fe95e665b85fcc6a45dcb4
tree903bcbb113af99eeea4574c930f71a17ce16be0f
parent5abb2fc964cc4ea26dbddc8cf334f6958a63ee0f
Make sure to always include string.h so memset gets declared.

memset() is used by CRYPTO_secure_zalloc(), which isn't hidden away
behind IMPLEMENTED.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/mem_sec.c