[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Sat Aug 13 13:08:04 UTC 2016


The branch master has been updated
       via  02e4a703673f7b9ec45e58f02d2012dbb4207267 (commit)
      from  17d140ab1bfcf290b0fa4c8a128613f8c7a98282 (commit)


- Log -----------------------------------------------------------------
commit 02e4a703673f7b9ec45e58f02d2012dbb4207267
Author: Rich Salz <rsalz at akamai.com>
Date:   Sat Aug 13 09:08:01 2016 -0400

    fix typo in source/.htaccess

-----------------------------------------------------------------------

Summary of changes:
 bin/mk-latest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mk-latest b/bin/mk-latest
index 2759297..93805c8 100755
--- a/bin/mk-latest
+++ b/bin/mk-latest
@@ -40,7 +40,7 @@ RewriteRule ^openssl-(1\.0\.0.*) old/1.0.0/openssl-$1 [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^openssl-(1\.0\.1.*) old/1.0.1/openssl-$1 [L]
 RewriteCond %{REQUEST_FILENAME} !-f
-RewriteRule ^openssl-(1\.0\.2.*) old/1.0.1/openssl-$1 [L]
+RewriteRule ^openssl-(1\.0\.2.*) old/1.0.2/openssl-$1 [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^openssl-(fips.*)  old/fips/openssl-$1 [L]
 


More information about the openssl-commits mailing list