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

@@ -1557,6 +1557,8 @@ static int ssl3_get_client_key_exchange(SSL *s)
krb5_timestamp authtime = 0;
krb5_ticket_times ttimes;
EVP_CIPHER_CTX_init(&ciph_ctx);
if (!kssl_ctx) kssl_ctx = kssl_ctx_new();
n2s(p,i);