Bug 153380: TLS is enabled by default now.
git-svn-id: svn://10.0.0.236/trunk@123794 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
05f75c5206
commit
c1bd73527f
@ -32,7 +32,7 @@
|
|||||||
* may use your version of this file under either the MPL or the
|
* may use your version of this file under either the MPL or the
|
||||||
* GPL.
|
* GPL.
|
||||||
*
|
*
|
||||||
* $Id: ssl.h,v 1.12 2001-11-08 02:15:35 nelsonb%netscape.com Exp $
|
* $Id: ssl.h,v 1.13 2002-06-21 18:25:46 wtc%netscape.com Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __ssl_h_
|
#ifndef __ssl_h_
|
||||||
@ -95,7 +95,7 @@ SSL_IMPORT PRFileDesc *SSL_ImportFD(PRFileDesc *model, PRFileDesc *fd);
|
|||||||
#define SSL_REQUIRE_CERTIFICATE 10
|
#define SSL_REQUIRE_CERTIFICATE 10
|
||||||
#define SSL_ENABLE_FDX 11 /* permit simultaneous read/write */
|
#define SSL_ENABLE_FDX 11 /* permit simultaneous read/write */
|
||||||
#define SSL_V2_COMPATIBLE_HELLO 12 /* send v3 client hello in v2 fmt */
|
#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 */
|
#define SSL_ROLLBACK_DETECTION 14 /* for compatibility, default: on */
|
||||||
|
|
||||||
#ifdef SSL_DEPRECATED_FUNCTION
|
#ifdef SSL_DEPRECATED_FUNCTION
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user