wolfSSL: Use WOLFSSL_X509_V_OK instead of X509_V_OK
authorFabian Keil <fk@fabiankeil.de>
Sun, 31 Mar 2024 10:54:25 +0000 (12:54 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 31 Mar 2024 11:24:43 +0000 (13:24 +0200)
commitd34fee8964a03d51d573ef494270c0f2ce33e818
tree9e1f6544b0dff42a8378538986cba5783c2d0787
parent35e52506aa63610bb3c6979d78bbd91bc006a169
wolfSSL: Use WOLFSSL_X509_V_OK instead of X509_V_OK

They have the same value but X509_V_OK may need
an additional header.

Reported by withoutname in #1765.
wolfssl.c