Merge pull request #1400 from JacobBarthelmeh/Testing
possible shadowed global variable declaration
This commit is contained in:
commit
68b8557878
@ -928,7 +928,7 @@ WOLFSSL_API WOLFSSL_ASN1_INTEGER* wolfSSL_X509_get_serialNumber(WOLFSSL_X509*);
|
|||||||
|
|
||||||
WOLFSSL_API int wolfSSL_ASN1_TIME_print(WOLFSSL_BIO*, const WOLFSSL_ASN1_TIME*);
|
WOLFSSL_API int wolfSSL_ASN1_TIME_print(WOLFSSL_BIO*, const WOLFSSL_ASN1_TIME*);
|
||||||
|
|
||||||
WOLFSSL_API char* wolfSSL_ASN1_TIME_to_string(WOLFSSL_ASN1_TIME* time,
|
WOLFSSL_API char* wolfSSL_ASN1_TIME_to_string(WOLFSSL_ASN1_TIME* t,
|
||||||
char* buf, int len);
|
char* buf, int len);
|
||||||
WOLFSSL_API int wolfSSL_ASN1_INTEGER_cmp(const WOLFSSL_ASN1_INTEGER*,
|
WOLFSSL_API int wolfSSL_ASN1_INTEGER_cmp(const WOLFSSL_ASN1_INTEGER*,
|
||||||
const WOLFSSL_ASN1_INTEGER*);
|
const WOLFSSL_ASN1_INTEGER*);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user