remove internal data types in ssl.h

This commit is contained in:
Jacob Barthelmeh
2018-04-17 15:57:23 -06:00
parent f9eda5d790
commit 57d40bc6d1

View File

@@ -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 {