Support for the ALPN SSL extension (re-enabled in config.h)
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index f6ea78c..223fce3 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -866,12 +866,9 @@
  * Enable support for Application Layer Protocol Negotiation.
  * draft-ietf-tls-applayerprotoneg-05
  *
- * This is disabled by default in the 1.3.x line since it breaks ABI
- * compatibility.
- *
- * Uncomment this macro to enable support for ALPN.
+ * Comment this macro to disable support for ALPN.
  */
-//#define POLARSSL_SSL_ALPN
+#define POLARSSL_SSL_ALPN
 
 /**
  * \def POLARSSL_SSL_SESSION_TICKETS