[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Tue Oct 24 16:56:50 UTC 2017


The branch master has been updated
       via  82a3b01ecb32b95ba12f54ff0df1338dc3e44b32 (commit)
      from  65c3692fc013f0269cc99ad3c225ef0bf4a674d7 (commit)


- Log -----------------------------------------------------------------
commit 82a3b01ecb32b95ba12f54ff0df1338dc3e44b32
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Oct 24 18:51:48 2017 +0200

    Fix typo in docs/.htaccess

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

Summary of changes:
 docs/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/.htaccess b/docs/.htaccess
index fdbe2e6..6e56cd6 100644
--- a/docs/.htaccess
+++ b/docs/.htaccess
@@ -7,7 +7,7 @@ RewriteRule ^manmaster/apps/config.html /docs/manmaster/man5/config.html [L,R=30
 RewriteRule ^manmaster/apps/x509v3_config.html /docs/manmaster/man5/x509v3_config.html [L,R=302,NC]
 RewriteRule ^manmaster/crypto/bio.html /docs/manmaster/man7/bio.html [L,R=302,NC]
 RewriteRule ^manmaster/crypto/crypto.html /docs/manmaster/man7/crypto.html [L,R=302,NC]
-RewriteRule ^manmaster/crypto/x509.html /docs/manmaster/man7/x509.html {l,R=302,NC]
+RewriteRule ^manmaster/crypto/x509.html /docs/manmaster/man7/x509.html [L,R=302,NC]
 RewriteRule ^manmaster/crypto/ct.html /docs/manmaster/man7/ct.html [L,R=302,NC]
 RewriteRule ^manmaster/crypto/des_modes.html /docs/manmaster/man7/des_modes.html [L,R=302,NC]
 RewriteRule ^manmaster/crypto/evp.html /docs/manmaster/man7/evp.html [L,R=302,NC]


More information about the openssl-commits mailing list