From dc199cfaa23a5c75d3a5d89e8d7ef2f0cdfed328 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 26 Nov 2002 10:09:28 +0000 Subject: [PATCH] Small bugfixes to the KSSL implementation. PR: 349 --- ssl/kssl.h | 3 +-- ssl/ssl3.h | 2 +- ssl/ssltest.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ssl/kssl.h b/ssl/kssl.h index 0cfd219bf4..cf7ebdd168 100644 --- a/ssl/kssl.h +++ b/ssl/kssl.h @@ -110,13 +110,12 @@ typedef unsigned char krb5_octet; #define KSSL_CLOCKSKEW 300; #endif -/* Unused #define KSSL_ERR_MAX 255 typedef struct kssl_err_st { int reason; char text[KSSL_ERR_MAX+1]; } KSSL_ERR; -*/ + /* Context for passing ** (1) Kerberos session key to SSL, and diff --git a/ssl/ssl3.h b/ssl/ssl3.h index a756556691..1153aeda74 100644 --- a/ssl/ssl3.h +++ b/ssl/ssl3.h @@ -228,7 +228,7 @@ extern "C" { #define SSL3_TXT_KRB5_RC2_40_CBC_SHA "EXP-KRB5-RC2-CBC-SHA" #define SSL3_TXT_KRB5_RC4_40_SHA "EXP-KRB5-RC4-SHA" #define SSL3_TXT_KRB5_DES_40_CBC_MD5 "EXP-KRB5-DES-CBC-MD5" -#define SSL3_TXT_KRB5_DES_40_CBC_MD5 "EXP-KRB5-DES-CBC-MD5" +#define SSL3_TXT_KRB5_RC2_40_CBC_MD5 "EXP-KRB5-RC2-CBC-MD5" #define SSL3_TXT_KRB5_RC4_40_MD5 "EXP-KRB5-RC4-MD5" #define SSL3_SSL_SESSION_ID_LENGTH 32 diff --git a/ssl/ssltest.c b/ssl/ssltest.c index 692f6a397e..b18c5e2fc8 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -698,7 +698,7 @@ bad: if(strlen(localhost) == sizeof localhost-1) { BIO_printf(bio_err,"localhost name too long\n"); - got end; + goto end; } kssl_ctx_setstring(c_ssl->kssl_ctx, KSSL_SERVER, localhost); -- 2.25.1