]> git.ipfire.org Git - thirdparty/strongswan.git/commit
wolfssl: Use consistent defines for ECC public/private key loading
authorTobias Brunner <tobias@strongswan.org>
Thu, 28 Nov 2024 08:28:28 +0000 (09:28 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 2 Jun 2025 07:15:04 +0000 (09:15 +0200)
commit217049606b87258cb4304e8d77ffd6a946e9b477
tree8029d8a999750ecbaddccbdf1c0953ccff964a1f
parent7bfd81d78ae41a8e036c930c42b722d9c43e7e37
wolfssl: Use consistent defines for ECC public/private key loading

HAVE_ECC_KEY_IMPORT can be defined while HAVE_ECC_SIGN is not.
So just use the same defines we use when defining the load functions.
src/libstrongswan/plugins/wolfssl/wolfssl_plugin.c