freebsd-ports/devel/tcltls/files/patch-name
Mikhail Teterin b54815884a Add a patch, which sets the name of the new channel type to "tls". This
was  happening if  the static  structures were  used, but  not when  the
tlsChannelType structure  was created on the  fly (as is needed  for use
with different versions of TCL). Bump up the PORTREVISION.
2001-05-15 20:04:01 +00:00

10 lines
320 B
Plaintext

--- tlsIO.c Fri Aug 18 15:17:36 2000
+++ tlsIO.c Tue May 15 15:44:45 2001
@@ -148,5 +148,6 @@
* Common elements of the structure (no changes in location or name)
* close2Proc, seekProc, setOptionProc stay NULL.
*/
+ tlsChannelType->typeName = "tls";
tlsChannelType->closeProc = TlsCloseProc;