Fix MacOS/X build warnings
authorViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 11 Feb 2016 18:44:53 +0000 (13:44 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 11 Feb 2016 18:53:39 +0000 (13:53 -0500)
commitce023e77d7b208016276157fa14a6e2636649e85
tree5cb605731a9ff9f36f88b92c8991813efaa457ca
parent24f0b10462792c202a0fe1952974fcace1e2c563
Fix MacOS/X build warnings

Commit 7823d792d0cad3b44ad5389a8d3381becefe7f44 added DEFINE_LHASH_OF
to a C source file.  DEFINE_LHASH_OF() and DEFINE_STACK_OF() must
be used only in header files to avoid clang warnings for unused
static-inline functions.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/ssl_cert.c
ssl/ssl_locl.h