mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
remove internal data types in ssl.h
This commit is contained in:
@@ -190,8 +190,8 @@ struct WOLFSSL_ASN1_INTEGER {
|
||||
/* ASN_INTEGER | LENGTH | hex of number */
|
||||
|
||||
unsigned char* data;
|
||||
word32 dataMax; /* max size of data buffer */
|
||||
byte isDynamic:1; /* flag for if data pointer dynamic (1 is yes 0 is no) */
|
||||
unsigned int dataMax; /* max size of data buffer */
|
||||
unsigned char isDynamic:1; /* flag for if data pointer dynamic (1 is yes 0 is no) */
|
||||
};
|
||||
|
||||
struct WOLFSSL_ASN1_TIME {
|
||||
|
Reference in New Issue
Block a user