From f7567f62075f2e80762834e6d71c79cd50bb4529 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 31 Dec 2018 10:10:09 -0600 Subject: HTTPS a bunch of links in random places (#4666) * HTTPS a bunch of links in random places * What the heck happened here? --- src/_cffi_src/build_openssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"] -- cgit v1.2.3