]> git.ipfire.org Git - thirdparty/openssl.git/commit
rename MIN() macro
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 7 Dec 2021 09:22:38 +0000 (10:22 +0100)
committerPauli <ppzgs1@gmail.com>
Wed, 8 Dec 2021 11:02:59 +0000 (22:02 +1100)
commitf4f77c2d9756cee12875397276799a93f057d412
tree9b325f6d386cb4890f5630fee5215bdf0026e6fb
parent684326d3bd3131debcdc410790e8dcf16f96103f
rename MIN() macro

MIN is a rather generic name and results in a name clash when trying to
port tianocore over to openssl 3.0.  Use the usual ossl prefix and
rename the macro to ossl_min() to solve this.

CLA: trivial

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17219)
providers/implementations/kdfs/kbkdf.c