commit | 705fcca409777ac730952375106c081654ba8901 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Sep 23 20:04:20 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Sep 24 21:25:54 2013 +0200 |
tree | 50d36c97eb955fb9c949d4b5ab7c1d0f07549da1 | |
parent | d09453c88c970059a2754d420523f577ab5deda8 [diff] |
Adapt support for SNI to recent changes
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 144c852..d6db978 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -494,6 +494,7 @@ #endif #if defined(POLARSSL_X509_CRT_PARSE_C) ssl_key_cert *key_cert; /*!< Own key/cert in use */ + int free_key_cert; /*!< Shall we free key_cert? */ #endif /*