diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-05 14:46:19 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-05 14:46:19 +0100 |
commit | d9ce82a4ce690857f828e6c434718c2a85bfbab0 (patch) | |
tree | b9b151b96ccd81e68a1124f2c2d9d48cb13354c8 /configure.ac | |
parent | 70ea3b701bf80847903bbf3d2f010cfbf55410ba (diff) | |
download | gnutls-d9ce82a4ce690857f828e6c434718c2a85bfbab0.tar.gz |
session tickets can be disabled
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e463b5f2bf..6d4ce0227d 100644 --- a/configure.ac +++ b/configure.ac @@ -781,6 +781,7 @@ if features are disabled) DTLS-SRTP support: $ac_enable_srtp ALPN support: $ac_enable_alpn OCSP support: $ac_enable_ocsp + Ses. ticket support: $ac_enable_session_tickets OpenPGP support: $ac_enable_openpgp SRP support: $ac_enable_srp PSK support: $ac_enable_psk |