forked from wolfSSL/wolfssl
optimize buffer layout
This commit is contained in:
@@ -951,8 +951,8 @@ WOLFSSL_LOCAL int DoApplicationData(WOLFSSL* ssl, byte* input, word32* inOutIdx)
|
|||||||
|
|
||||||
/* wolfSSL buffer type */
|
/* wolfSSL buffer type */
|
||||||
typedef struct buffer {
|
typedef struct buffer {
|
||||||
word32 length;
|
|
||||||
byte* buffer;
|
byte* buffer;
|
||||||
|
word32 length;
|
||||||
} buffer;
|
} buffer;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user