431dac437d
TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel. Both client and server-side sockets are possible, and this code should work on any platform as it uses a generic mechanism for layering on SSL and Tcl.
12 lines
430 B
Text
12 lines
430 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2005/01/22 19:45:23 peter Exp $
|
|
|
|
--- configure.orig 2002-02-04 23:46:09.000000000 +0100
|
|
+++ configure 2005-01-20 20:26:28.000000000 +0100
|
|
@@ -2053,6 +2053,7 @@
|
|
s%@TCL_BUILD_STUB_LIB_SPEC@%$TCL_BUILD_STUB_LIB_SPEC%g
|
|
s%@TCL_INCLUDES@%$TCL_INCLUDES%g
|
|
s%@CLEANFILES@%$CLEANFILES%g
|
|
+s%@TCL_CC@%$TCL_CC%g
|
|
s%@CFLAGS_DEBUG@%$CFLAGS_DEBUG%g
|
|
s%@CFLAGS_OPTIMIZE@%$CFLAGS_OPTIMIZE%g
|
|
s%@STLIB_LD@%$STLIB_LD%g
|