From bbbb3cfba5b66d392bbe8f05775823c3d9ff151d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 28 Jan 2015 16:44:37 +0000 Subject: [PATCH] Fix depend that was checked but not documented --- include/polarssl/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index ad0cceb2b..315cdce20 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -1017,6 +1017,8 @@ * * Enable support for RFC 6066 server name indication (SNI) in SSL. * + * Requires: POLARSSL_X509_CRT_PARSE_C + * * Comment this macro to disable support for server name indication in SSL */ #define POLARSSL_SSL_SERVER_NAME_INDICATION