Fix for memcpy() and strcmp() being undefined.
authorBjoern D. Rasmussen <contact@bearware.dk>
Sun, 10 May 2015 05:51:29 +0000 (07:51 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 11 May 2015 11:01:51 +0000 (12:01 +0100)
commit8f744cceff5bce8cb00a6ddd739c1bbb85c142ea
treeff036da037cd98f6fb7959574057172d42c74e7e
parent14def5f5375594830597cc153e11c6017f6adddf
Fix for memcpy() and strcmp() being undefined.

clang says: "s_cb.c:958:9: error: implicitly declaring library function
'memcpy'"

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/s_cb.c