aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorMatt Thomas <mattypiper@gmail.com>2016-10-03 17:48:31 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2016-10-03 17:48:31 -0400
commita187c97fe50fd89b0825c0faeb44d1960965f25d (patch)
tree7684e6add5f524406d5d24b05264e792425f5c4b /docs/installation.rst
parent3feeec87b370958ea24595aa30d8d8e953a601f5 (diff)
downloadcryptography-a187c97fe50fd89b0825c0faeb44d1960965f25d.tar.gz
cryptography-a187c97fe50fd89b0825c0faeb44d1960965f25d.tar.bz2
cryptography-a187c97fe50fd89b0825c0faeb44d1960965f25d.zip
Update installation.rst (#3188)
Update openssl https URL, otherwise a 302 result screws up the curl/tar steps and confusion ensues.
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 2c602086..6aff5a78 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -171,7 +171,7 @@ dependencies.
. env/bin/activate
pip install -U setuptools
pip install -U wheel pip
- curl -O https://openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
+ curl -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
tar xvf openssl-${OPENSSL_VERSION}.tar.gz
cd openssl-${OPENSSL_VERSION}
./config no-shared no-ssl2 -fPIC --prefix=${CWD}/openssl