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:05:53 +0000 (12:05 +0100)
commit9dff24e43a20e713f4a3fdcb35b8f1de02f0baae
tree88cb193051cd2ff95131f4a152df32e5b412d214
parent6865dea2d657f75625fdd03408bac4408c660f5e
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