Provide basis for fixing lhash code
authorMatt Caswell <matt@openssl.org>
Fri, 11 Sep 2020 12:22:40 +0000 (13:22 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Sep 2020 12:30:44 +0000 (13:30 +0100)
commit726b3293399cee7b1eedcfb3a524b91537bd5118
tree24a01e5fdc8ba3568600ff6c92dfe138798f4a42
parentecf15b16ee8223a9a383b97ee41126fbedf89bb5
Provide basis for fixing lhash code

Following on from the earlier safestack work we provide the basis for
fixing the lhash code such that unused static inline functions do not
cause linker errors for applications including those headers.

This brings the lhash code into line with the safestack code.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12860)
include/openssl/lhash.h
util/perl/OpenSSL/stackhash.pm