Skip to content

Commit

Permalink
Remove leftover declaration in ssl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Lealem Amedie committed Jul 21, 2023
1 parent ec49e6b commit 318c95a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wolfssl/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 318c95a

Please sign in to comment.