]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix compilation under -Werror
authorJuergen Christ <jchrist@linux.ibm.com>
Mon, 22 Mar 2021 09:04:26 +0000 (10:04 +0100)
committerPauli <pauli@openssl.org>
Wed, 24 Mar 2021 00:34:24 +0000 (10:34 +1000)
commitc08138e500ed27c6aa3db98194bd04c400213db3
tree81b005d206cfc23756ab4e0f9c8cdeee30caa0ca
parent0dd19e750f730b44a38ee5c8aaf235f690386f9b
Fix compilation under -Werror

With strict warnings and warnings as error, openssl currently does not compile
due to a missing include.

Signed-off-by: Juergen Christ <jchrist@linux.ibm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14640)
crypto/ec/ecx_meth.c