]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:43:59 +0000 (16:43 +0100)
commitb04c8c06a63e90f8e3e1b7bbb338a49b678e86e7
treebba34eb3509967c8abbc47fe332851e85c907a33
parent6b9c86c471dcec61cfa836a4795aae3dd00c6827
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)

(cherry picked from commit 7b6a746721170a21519c38798041be8101e7361f)
include/openssl/lhash.h