Typos.
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Oct 2002 20:29:09 +0000 (20:29 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Oct 2002 20:29:09 +0000 (20:29 +0000)
PR: 189

ssl/ssl3.h

index 52a38ae834ac68ccbed8f364f44cdc334297d58d..28c4f7728f5caa167f89bd39bcf55c3cfa8ff5db 100644 (file)
@@ -225,9 +225,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"