- Moved out_msg to out_hdr + 32 to support hardware acceleration
This commit is contained in:
parent
3aac1daf1d
commit
186751d9dd
3 changed files with 47 additions and 13 deletions
|
@ -316,7 +316,7 @@ struct _ssl_context
|
|||
*/
|
||||
unsigned char *out_ctr; /*!< 64-bit outgoing message counter */
|
||||
unsigned char *out_hdr; /*!< 5-byte record header (out_ctr+8) */
|
||||
unsigned char *out_msg; /*!< the message contents (out_hdr+5) */
|
||||
unsigned char *out_msg; /*!< the message contents (out_hdr+32)*/
|
||||
|
||||
int out_msgtype; /*!< record header: message type */
|
||||
size_t out_msglen; /*!< record header: message length */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue