summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-15 20:30:56 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-15 20:30:56 +0000
commit28c8a911bdb726fbfae14c7d5ed62d6bac5c1f09 (patch)
tree3ecfaa24a180fa368e045e4b70cfb0cb9b5059a7 /ssl/s3_lib.c
parent437d1ed49f3b0e3c0e07a908e5a50d2966a7e95b (diff)
Typos.
PR: 189
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index e0e1176d00..dec48c0a1d 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -702,8 +702,8 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
/* Cipher 28 VRS */
{
1,
- SSL3_TXT_KRB5_RC4_40_CBC_SHA,
- SSL3_CK_KRB5_RC4_40_CBC_SHA,
+ SSL3_TXT_KRB5_RC4_40_SHA,
+ SSL3_CK_KRB5_RC4_40_SHA,
SSL_kKRB5|SSL_aKRB5| SSL_RC4|SSL_SHA1 |SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,
@@ -744,8 +744,8 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
/* Cipher 2B VRS */
{
1,
- SSL3_TXT_KRB5_RC4_40_CBC_MD5,
- SSL3_CK_KRB5_RC4_40_CBC_MD5,
+ SSL3_TXT_KRB5_RC4_40_MD5,
+ SSL3_CK_KRB5_RC4_40_MD5,
SSL_kKRB5|SSL_aKRB5| SSL_RC4|SSL_MD5 |SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,