From 478b0cd4aaaf463cf44c458a0a82b846b05fcd10 Mon Sep 17 00:00:00 2001 From: Uriah Pollock Date: Wed, 5 Oct 2022 10:17:39 -0500 Subject: [PATCH] Added more APIs for HaProxy integration. --- wolfssl/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/ssl.h b/wolfssl/ssl.h index 1b734152a..1341a1897 100644 --- a/wolfssl/ssl.h +++ b/wolfssl/ssl.h @@ -2898,7 +2898,7 @@ WOLFSSL_API WOLFSSL_X509_NAME* wolfSSL_X509_CRL_get_issuer_name( WOLFSSL_API int wolfSSL_X509_REVOKED_get_serial_number(RevokedCert* rev, byte* in, int* inOutSz); WOLFSSL_API int wolfSSL_X509_REVOKED_get_revocationDate(RevokedCert* rev, - byte* in, int* inOutSz); + byte* in, int* inOutSz); WOLFSSL_API void wolfSSL_X509_CRL_free(WOLFSSL_X509_CRL *crl); #endif