commit | de941e289e5d320d2e3258b0ebf71562830aaabc | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Thu Mar 14 18:22:23 2002 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Thu Mar 14 18:22:23 2002 +0000 |
tree | 082d81fe05a8c694a71a531dbe3eab7495773b17 | |
parent | 1d2845352926df66db5798cfebf3784f6af59b8c [diff] [blame] |
Initialize cipher context in KRB5 ("D. Russell" <russelld@aol.net>) Allow HMAC functions to use an alternative ENGINE.
diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index 62571ef..e5853ed 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c
@@ -1494,6 +1494,8 @@ + 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);