summaryrefslogtreecommitdiff
blob: 0bce39ad9929e73341eac73f31a29317ba2c4089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- Gauche-0.9.3.2.orig/ext/tls/Makefile.in
+++ Gauche-0.9.3.2/ext/tls/Makefile.in
@@ -77,6 +77,9 @@
 	@sed -e "s@\.\./ssl/@../../$(srcdir)/axTLS/ssl/@g" \
              -e "s/system/safe_system/g" \
              -e "s@openssl @sh ../../$(srcdir)/kick_openssl @g" \
+             -e "/do_reneg = 1;/i#if 0" \
+             -e "/do_reneg = 0;/a#endif" \
+             -e "/SSL_server_test(/,/)/s/ -tls1//" \
              $(srcdir)/axTLS/ssl/test/ssltest.c >> $(SSLTEST_GENERATED)
 	@cat $(srcdir)/system-fix.c >> $(SSLTEST_GENERATED)