commit | c2f52b4b7b886093d823227fa35bce2b95be7d98 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Mon Oct 23 10:28:28 2017 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Mon Oct 23 10:28:28 2017 +0100 |
tree | 32ebe0809316eb3b275c143d5109cc4931a65a3e | |
parent | 75ea35eac8a76252a9453f118d61112648b2bd1d [diff] |
Wrong identifier used to check Encrypt-then-MAC flag This commit fixes a comparison of ssl_session->encrypt_then_mac against the ETM-unrelated constant SSL_EXTENDED_MS_DISABLED. Instead, SSL_ETM_DISABLED should be used. The typo is has no functional effect since both constants have the same value 0.