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:03:12 +0000 (12:03 +0100)
commit8a73e3a0e8ba5360c6e2e4296f0d1bb2ff201038
treec6efdf648e72ab968b1f6db7f9f3558b147e91f1
parentedc2a76ade6ea8e22e4f092d33cd6171872a5f82
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>
(cherry picked from commit 8f744cceff5bce8cb00a6ddd739c1bbb85c142ea)

Conflicts:
apps/s_cb.c
apps/s_cb.c