We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec49e6b commit 318c95aCopy full SHA for 318c95a
1 file changed
wolfssl/ssl.h
@@ -4168,7 +4168,6 @@ WOLFSSL_API size_t wolfSSL_OBJ_length(const WOLFSSL_ASN1_OBJECT* o);
4168
WOLFSSL_API const unsigned char* wolfSSL_OBJ_get0_data(
4169
const WOLFSSL_ASN1_OBJECT* o);
4170
4171
-WOLFSSL_API const byte* wolfSSL_OBJ_txt2oidBuf(char* b, word32* sz, word32 t);
4172
WOLFSSL_API const char* wolfSSL_OBJ_nid2ln(int n);
4173
WOLFSSL_API int wolfSSL_OBJ_ln2nid(const char *ln);
4174
WOLFSSL_API int wolfSSL_OBJ_cmp(const WOLFSSL_ASN1_OBJECT* a,
0 commit comments