diff options
author | wtc%netscape.com <devnull@localhost> | 2002-06-21 18:25:46 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2002-06-21 18:25:46 +0000 |
commit | 259345e38cf839972811e0e6049e034e73b279e9 (patch) | |
tree | d34a727c775e898d36c9f92f3721948bb952281c /security/nss | |
parent | 42dc70acc6a6f10b664020b606a46c910e41f57c (diff) | |
download | nss-hg-259345e38cf839972811e0e6049e034e73b279e9.tar.gz |
Bug 153380: TLS is enabled by default now.
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/lib/ssl/ssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/ssl/ssl.h b/security/nss/lib/ssl/ssl.h index 34f5cbf24..ac36ef6ac 100644 --- a/security/nss/lib/ssl/ssl.h +++ b/security/nss/lib/ssl/ssl.h @@ -95,7 +95,7 @@ SSL_IMPORT PRFileDesc *SSL_ImportFD(PRFileDesc *model, PRFileDesc *fd); #define SSL_REQUIRE_CERTIFICATE 10 #define SSL_ENABLE_FDX 11 /* permit simultaneous read/write */ #define SSL_V2_COMPATIBLE_HELLO 12 /* send v3 client hello in v2 fmt */ -#define SSL_ENABLE_TLS 13 /* enable TLS (off by default) */ +#define SSL_ENABLE_TLS 13 /* enable TLS (on by default) */ #define SSL_ROLLBACK_DETECTION 14 /* for compatibility, default: on */ #ifdef SSL_DEPRECATED_FUNCTION |