commit | 3a306b90673ccd5f057827ae76113eaf290e1e8b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 29 15:11:17 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 29 15:11:17 2014 +0200 |
tree | c44350aa0469c30df77f4ed45d2a2a54a43745a2 | |
parent | edc81ff8c21ba5b95e9868dcbd36f5f059d76e82 [diff] [blame] |
Fix misplaced #endif in ssl_tls.c
diff --git a/ChangeLog b/ChangeLog index 033f30d..ea98c87 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -19,6 +19,7 @@ * Fix false reject in padding check in ssl_decrypt_buf() for CBC ciphersuites, for full SSL frames of data. * Fix dependencies issues in X.509 test suite. + * Some parts of ssl_tls.c were compiled even when the module was disabled. = PolarSSL 1.3.6 released on 2014-04-11