Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-16 00:31:07 +0400
committerRichard Levitte <levitte@openssl.org>2002-10-16 00:31:07 +0400
commit005bbb52ffb63874eedefa9c0c8613a370aef97f (patch)
tree2983485c0a629bd642161a738df07755838d99a1 /ssl
parenta690102da2ccd6d85cfe558e2d0e9f7ef41d1ea5 (diff)
Typos.
PR: 189
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_lib.c8
-rw-r--r--ssl/ssl3.h4
2 files changed, 6 insertions, 6 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 2b4b9a6985..bcfd09bc24 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -676,8 +676,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,
@@ -718,8 +718,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,
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 2eff779cb5..a756556691 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -220,9 +220,9 @@ extern "C" {
#define SSL3_TXT_KRB5_RC4_128_SHA "KRB5-RC4-SHA"
#define SSL3_TXT_KRB5_IDEA_128_CBC_SHA "KRB5-IDEA-CBC-SHA"
#define SSL3_TXT_KRB5_DES_64_CBC_MD5 "KRB5-DES-CBC-MD5"
-#define SSL3_TXT_KRB5_DES_192_CBC3_MD5 "KRB5-DES-CBC3-SHA"
+#define SSL3_TXT_KRB5_DES_192_CBC3_MD5 "KRB5-DES-CBC3-MD5"
#define SSL3_TXT_KRB5_RC4_128_MD5 "KRB5-RC4-MD5"
-#define SSL3_TXT_KRB5_IDEA_128_CBC_MD5 "KRB5-IDEA-CBC-SHA"
+#define SSL3_TXT_KRB5_IDEA_128_CBC_MD5 "KRB5-IDEA-CBC-MD5"
#define SSL3_TXT_KRB5_DES_40_CBC_SHA "EXP-KRB5-DES-CBC-SHA"
#define SSL3_TXT_KRB5_RC2_40_CBC_SHA "EXP-KRB5-RC2-CBC-SHA"