Initialize ciph_ctx in kssl.c

This commit is contained in:
Dr. Stephen Henson 2002-03-19 01:27:10 +00:00
parent 59a941e4a4
commit 4fc3946111

View file

@ -1983,6 +1983,7 @@ krb5_error_code kssl_check_authent(
struct tm tm_time, *tm_l, *tm_g;
time_t now, tl, tg, tr, tz_offset;
EVP_CIPHER_CTX_init(&ciph_ctx);
*atimep = 0;
kssl_err_set(kssl_err, 0, "");