Add missing extern "C" guard in aesni.h

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-10 16:12:29 +00:00
parent 51bccd3889
commit 1a90147dc5
2 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,7 @@ Bugfix
* Fix compile error when POLARSSL_SSL_DISABLE_RENEGOTATION and
POLARSSL_SSL_SSESSION_TICKETS where both enabled in config.h (introduced
in 1.3.10).
* Add missing extern "C" guard in aesni.h (reported by amir zamani).
Changes
* ssl_set_own_cert() now longers calls pk_check_pair() since the