summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-27 22:58:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-27 22:58:55 +0000
commitd68015764e5e156b35cabd669781f6cfbe622fbe (patch)
treea5a9957df321c84432e5bbe4c4a046a86d2f7280 /ssl/ssl3.h
parentb57599b70c8be6523f38d32d9c96ff466fb01679 (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