From 318c95a2c21c116679d2a8b78df51e4ee7df0278 Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Fri, 21 Jul 2023 17:13:28 -0600 Subject: [PATCH] Remove leftover declaration in ssl.h --- wolfssl/ssl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfssl/ssl.h b/wolfssl/ssl.h index 0f1993e23f..648cdbceef 100644 --- a/wolfssl/ssl.h +++ b/wolfssl/ssl.h @@ -4168,7 +4168,6 @@ WOLFSSL_API size_t wolfSSL_OBJ_length(const WOLFSSL_ASN1_OBJECT* o); WOLFSSL_API const unsigned char* wolfSSL_OBJ_get0_data( const WOLFSSL_ASN1_OBJECT* o); -WOLFSSL_API const byte* wolfSSL_OBJ_txt2oidBuf(char* b, word32* sz, word32 t); WOLFSSL_API const char* wolfSSL_OBJ_nid2ln(int n); WOLFSSL_API int wolfSSL_OBJ_ln2nid(const char *ln); WOLFSSL_API int wolfSSL_OBJ_cmp(const WOLFSSL_ASN1_OBJECT* a,