Home | History | Annotate | Download | only in patches
      1 diff --git a/third_party/tlslite/tests/httpsserver.sh b/third_party/tlslite/tests/httpsserver.sh
      2 index 046eb2e..7449ad7 100755
      3 --- a/third_party/tlslite/tests/httpsserver.sh
      4 +++ b/third_party/tlslite/tests/httpsserver.sh
      5 @@ -1,2 +1,2 @@
      6 -# /bin/sh
      7 +#!/bin/sh
      8  python ../scripts/tls.py server -k serverX509Key.pem -c serverX509Cert.pem -t TACK1.pem localhost:4443
      9