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:29:27 +0400
committerRichard Levitte <levitte@openssl.org>2002-10-16 00:29:27 +0400
commita690102da2ccd6d85cfe558e2d0e9f7ef41d1ea5 (patch)
treee15305e10e09e60b2896e969239a44a4989b8406 /ssl
parent09db11783d38bb4ddbc33f40301cc0dc61ec842c (diff)
Typos.
PR: 189
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 9a6b142f40..2eff779cb5 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_SHA "KRB5-DES-CBC3-SHA"
+#define SSL3_TXT_KRB5_DES_192_CBC3_MD5 "KRB5-DES-CBC3-SHA"
#define SSL3_TXT_KRB5_RC4_128_MD5 "KRB5-RC4-MD5"
-#define SSL3_TXT_KRB5_IDEA_128_CBC_SHA "KRB5-IDEA-CBC-SHA"
+#define SSL3_TXT_KRB5_IDEA_128_CBC_MD5 "KRB5-IDEA-CBC-SHA"
#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"