diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-12-31 10:10:09 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-12-31 10:10:09 -0600 |
commit | f7567f62075f2e80762834e6d71c79cd50bb4529 (patch) | |
tree | 1c8bf332928ee9fb6aba717927b1144141d49c34 /src | |
parent | ebaa5706976ced25a89b89b49a570c22c1da1b87 (diff) | |
download | cryptography-f7567f62075f2e80762834e6d71c79cd50bb4529.tar.gz cryptography-f7567f62075f2e80762834e6d71c79cd50bb4529.tar.bz2 cryptography-f7567f62075f2e80762834e6d71c79cd50bb4529.zip |
HTTPS a bunch of links in random places (#4666)
* HTTPS a bunch of links in random places
* What the heck happened here?
Diffstat (limited to 'src')
-rw-r--r-- | src/_cffi_src/build_openssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_cffi_src/build_openssl.py b/src/_cffi_src/build_openssl.py index 5676144d..456b8692 100644 --- a/src/_cffi_src/build_openssl.py +++ b/src/_cffi_src/build_openssl.py @@ -32,7 +32,7 @@ def _get_openssl_libraries(platform): # In some circumstances, the order in which these libs are # specified on the linker command-line is significant; # libssl must come before libcrypto - # (http://marc.info/?l=openssl-users&m=135361825921871) + # (https://marc.info/?l=openssl-users&m=135361825921871) return ["ssl", "crypto"] |