Initialize ciph_ctx in kssl.c
This commit is contained in:
parent
59a941e4a4
commit
4fc3946111
1 changed files with 1 additions and 0 deletions
|
@ -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, "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue