Module Name: krb5 Committed By: epeisach Date: Wed May 26 18:17:35 UTC 2004 Modified Files: krb5/src/lib/crypto/yarrow/ChangeLog krb5/src/lib/crypto/yarrow/yarrow.c krb5/src/lib/crypto/yarrow/ycipher.c krb5/src/lib/crypto/yarrow/ycipher.h Added Files: Removed Files: Log Message * yarrow.c (krb5int_yarrow_final): Call krb5int_yarrow_cipher_final before zeroing out reference to memory. * ycipher.[ch] (krb5int_yarrow_cipher_final): Free CIPHER_CTX memory allocated by krb5int_yarrpw_cipher_init(). These cleanup handlers are now invoked in the library "fini" handlers. To generate a diff of this commit: cvs diff -r1.15 -r1.16 krb5/src/lib/crypto/yarrow/ChangeLog cvs diff -r1.9 -r1.10 krb5/src/lib/crypto/yarrow/yarrow.c cvs diff -r1.4 -r1.5 krb5/src/lib/crypto/yarrow/ycipher.c cvs diff -r1.3 -r1.4 krb5/src/lib/crypto/yarrow/ycipher.h