summaryrefslogtreecommitdiff
path: root/www/gist/files/extrapatch-nssca-gist
diff options
context:
space:
mode:
Diffstat (limited to 'www/gist/files/extrapatch-nssca-gist')
-rw-r--r--www/gist/files/extrapatch-nssca-gist11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/gist/files/extrapatch-nssca-gist b/www/gist/files/extrapatch-nssca-gist
deleted file mode 100644
index 0d27c01fff5c..000000000000
--- a/www/gist/files/extrapatch-nssca-gist
+++ /dev/null
@@ -1,11 +0,0 @@
---- gist.orig 2013-03-21 21:19:12.580541283 +0800
-+++ gist 2013-03-21 21:18:07.352536038 +0800
-@@ -1224,7 +1224,7 @@
-
- http.use_ssl = true
- http.verify_mode = OpenSSL::SSL::VERIFY_PEER
-- http.ca_file = ca_cert
-+ http.ca_file = "%%LOCALBASE%%/share/certs/ca-root-nss.crt"
-
- req = Net::HTTP::Post.new(url.path)
- req.body = JSON.generate(data(files, private_gist, description))