28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
| 29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
-
-
+
+
| tlsBIO.o: @[email protected]/tlsBIO.c @[email protected]/tlsInt.h Makefile
tlsIO.o: @[email protected]/tlsIO.c @[email protected]/tlsInt.h Makefile
tlsX509.o: @[email protected]/tlsX509.c @[email protected]/tlsInt.h Makefile
# Create a C-source-ified version of the script resources
# for TclTLS so that we only need a single file to enable
# this extension
tls.tcl.h: @srcdir@/tls.tcl
od -A n -v -t xC < '@srcdir@/tls.tcl' > tls.tcl.h.new.1
tls.tcl.h: $(srcdir)/tls.tcl
od -A n -v -t xC < '$(srcdir)/tls.tcl' > tls.tcl.h.new.1
sed '[email protected] *@@g;[email protected]@0x&, @g' < tls.tcl.h.new.1 > tls.tcl.h.new.2
rm -f tls.tcl.h.new.1
mv tls.tcl.h.new.2 tls.tcl.h
# Create default DH parameters
dh_params.h: @[email protected]/gen_dh_params Makefile
@[email protected]/gen_dh_params @[email protected] > dh_params.h.new
|