Prevent compiler warning for unused static function.
authorDavide Galassi <davxy@datawok.net>
Sat, 25 Jan 2020 11:56:44 +0000 (12:56 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 6 Feb 2020 15:40:16 +0000 (16:40 +0100)
commit7b6a746721170a21519c38798041be8101e7361f
tree1d4a45f2bb97c50cf3c2b47f7f6ee4749b8d165f
parent96fc458a9cbeb8e7b30d789ea5919c5dcb9b980e
Prevent compiler warning for unused static function.

Prepend missing ossl_unused in front of lh_type_new to make the compiler
happy.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10946)
include/openssl/lhash.h