Initialize cipher context in KRB5

("D. Russell" <russelld@aol.net>)

Allow HMAC functions to use an alternative ENGINE.
This commit is contained in:
Dr. Stephen Henson
2002-03-14 18:16:49 +00:00
parent d80f6e0f8c
commit b74dfe6e8e
8 changed files with 24 additions and 20 deletions

View File

@@ -1494,6 +1494,8 @@ static int ssl3_send_client_key_exchange(SSL *s)
+ EVP_MAX_IV_LENGTH];
int padl, outl = sizeof(epms);
EVP_CIPHER_CTX_init(&ciph_ctx);
#ifdef KSSL_DEBUG
printf("ssl3_send_client_key_exchange(%lx & %lx)\n",
l, SSL_kKRB5);