]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove some unneeded code from lhash.h
authorMatt Caswell <matt@openssl.org>
Fri, 11 Sep 2020 13:04:51 +0000 (14:04 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Sep 2020 12:30:44 +0000 (13:30 +0100)
commit028b31b32da97ada44140120297511eae518ed42
treee753f7e8aaf86f35b132c5e838215332ae00e864
parentefffd8a6e452102dbf25b1f801c9312211c5fe4a
Remove some unneeded code from lhash.h

lhash.h had some workaround code for the issue where static inline
functions contained references to libcrypto symbols in public header
files. Since this issue no longer exists this workaround code can be
removed.

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