summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-27 23:03:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-27 23:03:40 +0000
commit5f409487146a78c4e5619dcb2587a1d9c824f875 (patch)
tree7f85255ec00fdf23d776753a42713eb9b5a1ccb2 /ssl/ssl3.h
parentc22050be29909df889d14c45d6a068bb76355637 (diff)
Update RI to match latest spec.
MCSV is now called SCSV. Don't send SCSV if renegotiating. Also note if RI is empty in debug messages.
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 7ad803833d..b5f61f0217 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -130,8 +130,8 @@ extern "C" {
#endif
/* Magic Cipher Suite Value. NB: bogus value used for testing */
-#ifndef SSL3_CK_MCSV
-#define SSL3_CK_MCSV 0x03000FEC
+#ifndef SSL3_CK_SCSV
+#define SSL3_CK_SCSV 0x03000FEC
#endif
#define SSL3_CK_RSA_NULL_MD5 0x03000001