| Index: third_party/tlslite/patches/fix_test_file.patch
|
| diff --git a/third_party/tlslite/patches/fix_test_file.patch b/third_party/tlslite/patches/fix_test_file.patch
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..891b5565ca1100982416f7c8d2956cf4e1c0cb06
|
| --- /dev/null
|
| +++ b/third_party/tlslite/patches/fix_test_file.patch
|
| @@ -0,0 +1,8 @@
|
| +diff --git a/third_party/tlslite/tests/httpsserver.sh b/third_party/tlslite/tests/httpsserver.sh
|
| +index 046eb2e..7449ad7 100755
|
| +--- a/third_party/tlslite/tests/httpsserver.sh
|
| ++++ b/third_party/tlslite/tests/httpsserver.sh
|
| +@@ -1,2 +1,2 @@
|
| +-# /bin/sh
|
| ++#!/bin/sh
|
| + python ../scripts/tls.py server -k serverX509Key.pem -c serverX509Cert.pem -t TACK1.pem localhost:4443
|
|
|