commit | d76314c44cedb8e5af8dc27d84ecf6ff8ecbaa33 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jan 07 12:39:44 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jan 07 14:56:54 2015 +0100 |
tree | 9f533a9dc862c4f66c81f041b6b4e3122e4c63f7 | |
parent | edd371a82ca838110de0b2dbc44c412b360080bf [diff] [blame] |
Add 1/n-1 record splitting
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 4310ed6..718e6d5 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -784,6 +784,9 @@ #if defined(POLARSSL_SSL_MAX_FRAGMENT_LENGTH) unsigned char mfl_code; /*!< MaxFragmentLength chosen by us */ #endif /* POLARSSL_SSL_MAX_FRAGMENT_LENGTH */ +#if defined(POLARSSL_SSL_CBC_RECORD_SPLITTING) + unsigned char split_done; /*!< flag for record splitting */ +#endif /* * PKI layer