[web] master update
Richard Levitte
levitte at openssl.org
Wed Sep 11 21:25:27 UTC 2019
The branch master has been updated
via 1cb8b8b472c5bc07856ee2c37fe4e211598d4094 (commit)
from 6239182447d80939a1e2170e4f7b79917561c165 (commit)
- Log -----------------------------------------------------------------
commit 1cb8b8b472c5bc07856ee2c37fe4e211598d4094
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Sep 11 23:25:06 2019 +0200
source: Remove gz encoding on .gz.sha256 files
-----------------------------------------------------------------------
Summary of changes:
bin/mk-latest | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bin/mk-latest b/bin/mk-latest
index 8c2d3a7..37423cd 100755
--- a/bin/mk-latest
+++ b/bin/mk-latest
@@ -56,4 +56,7 @@ RewriteRule ^openssl-(fips.*) old/fips/openssl-$1 [L]
<Files *.gz.sha1>
RemoveEncoding .gz
</Files>
+<Files *.gz.sha256>
+ RemoveEncoding .gz
+</Files>
EOF
More information about the openssl-commits
mailing list