gnutls: Added default options
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 28 Jun 2014 11:32:12 +0000 (13:32 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 28 Jun 2014 11:36:59 +0000 (13:36 +0200)
libs/gnutls/Config.in

index 0c68b5bcedc47423a15dba0cfb2b6f0e4ae1593a..9e1fe7e999a2ad2027d7385515b16f758e033737 100644 (file)
@@ -5,31 +5,40 @@ menu "Configuration"
 
 config GNUTLS_DTLS_SRTP
        bool "enable DTLS SRTP support"
+       default y
 
 config GNUTLS_ALPN
        bool "enable ALPN support"
+       default y
 
 config GNUTLS_OCSP
        bool "enable ocsp support"
+       default y
 
 config GNUTLS_CRYPTODEV
        bool "enable /dev/crypto support"
        depends on BROKEN
+       default n
 
 config GNUTLS_HEARTBEAT
        bool "enable DTLS heartbeat support"
+       default y
 
 config GNUTLS_OPENPGP
        bool "enable OPENPGP authentication support"
+       default n
 
 config GNUTLS_SRP
        bool "enable SRP authentication support"
+       default n
 
 config GNUTLS_PSK
        bool "enable PSK authentication support"
+       default y
 
 config GNUTLS_ANON
        bool "enable anonymous authentication support"
+       default n
 
 config GNUTLS_PKCS11
        bool "enable smart card (PKCS11) support"