Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -1,5 +1,11 @@ +2000-06-05 Scott Stanton + + * tlsInt.h: + * tls.c: Cleaned up declarations of Tls_Clean to avoid errors on + Windows (lint). + 2000-06-05 Brent Welch * tls.c, tlsIO.c: Split Tls_Free into Tls_Clean, which does the SSL cleanup, and the Tcl_Free call. It is important to shutdown the SSL state "synchronously" during a stacked flush.