summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-27 22:59:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-27 22:59:09 +0000
commitf88e0acb0e71b9295f0be35655ce3197809885ae (patch)
treeb57d19cd4124ff0954b61d4c925d4d259229621d /ssl/ssl3.h
parentaed461b43138ba6667216664a7ec7a012e96a61d (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 414ad2d58a..342cd44590 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -129,8 +129,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