]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Match ifdef for get_sigtype function with if ifdef of caller
authorArne Schwabe <arne@rfc2549.org>
Tue, 2 Apr 2024 06:36:46 +0000 (08:36 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 2 Apr 2024 08:49:34 +0000 (10:49 +0200)
commitff402c7c2fbc49ff6d352ebdc3cdc4c27c2bbcbb
tree0bc92cbed5e6b374005fb693ceadcc31164de5f1
parent4d907bf46a470ccbd2940b9ecb64d6502d9d86bf
Match ifdef for get_sigtype function with if ifdef of caller

These two ifdef needs to be the same otherwise the compiler will
break with a undefined function.

Change-Id: I5b14bf90bb07935f0bb84373ec4e62352752c03f
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20240402063646.25490-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28512.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl_openssl.c