Module Name: krb5 Committed By: raeburn Date: Fri Jan 14 03:24:49 UTC 2005 Modified Files: krb5/src/lib/crypto/yarrow/ChangeLog krb5/src/lib/crypto/yarrow/yarrow.c Added Files: Removed Files: Log Message ticket: 2878 status: open * yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and made static. (Yarrow_detect_fork, yarrow_input_maybe_locking, krb5int_yarrow_output_Block): Call it. (krb5int_yarrow_reseed): New function, grabs lock and calls the old version. (krb5int_yarrow_final): Hold the lock until after clearing the Yarrow context data. To generate a diff of this commit: cvs diff -r1.22 -r1.23 krb5/src/lib/crypto/yarrow/ChangeLog cvs diff -r1.14 -r1.15 krb5/src/lib/crypto/yarrow/yarrow.c