optimize buffer layout

This commit is contained in:
toddouska
2015-03-07 10:05:36 -08:00
parent 3d971bb885
commit dc5faebb8d

View File

@@ -951,8 +951,8 @@ WOLFSSL_LOCAL int DoApplicationData(WOLFSSL* ssl, byte* input, word32* inOutIdx)
/* wolfSSL buffer type */
typedef struct buffer {
word32 length;
byte* buffer;
word32 length;
} buffer;