]> git.ipfire.org Git - thirdparty/openvpn.git/commit
configure.ac: Remove use of PKCS11_HELPER_LIBS in mbedTLS checks
authorFrank Lichtenheld <frank@lichtenheld.com>
Wed, 16 Jul 2025 15:18:57 +0000 (17:18 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 16 Jul 2025 16:25:04 +0000 (18:25 +0200)
commited690d1d58792f70b86b75b00c09df2ad96babca
tree38d6d7f38d901029b925a4b1523bb1aca20d229f
parent3fdbad843550372ddaada223ef14dc1d935481d3
configure.ac: Remove use of PKCS11_HELPER_LIBS in mbedTLS checks

This code was copied over and over since many years,
since commit 9a3f670248d6f519a399e65a7232e2196b5115db
("Fixed autoconf script to properly detect missing pkcs11
with polarssl"). It is unclear what exact purpose it
served back then but probably it is obsolete. It is
definitely wrong since it means that you get
PKCS11_HELPER_LIBS even if you do not specify
--enable-pkcs11.

Change-Id: I317be5253d6563906dd3826421dc81f737beba76
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20250716151857.385959-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32187.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac