wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK master
authorFabian Keil <fk@fabiankeil.de>
Mon, 1 Apr 2024 15:19:06 +0000 (17:19 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 1 Apr 2024 15:22:14 +0000 (17:22 +0200)
commitb0a88373c964ed31e953edc68b75d657b85c3e69
treee28575f3d6e5f4f3bda9b3b51258c9a6112293a3
parent23dcf9be0e91645fe420fdf0c699f99d457d3fc9
wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK

As Roland pointed out, in older wolfSSL releases X509_V_OK
is an enum so the previous commit 838bc3c0e did not work
as expected there.
wolfssl.c