aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-10-31 21:10:29 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-11-01 09:10:28 +0800
commit1ac31deb19dff6b3155115ac10059d23eab1529e (patch)
tree1854c58e7b1a5ff214fffc046f4f123cc4022bd8 /src
parentfdd594cd5d0024f67e51694687e290c3b6f58460 (diff)
downloadcryptography-1ac31deb19dff6b3155115ac10059d23eab1529e.tar.gz
cryptography-1ac31deb19dff6b3155115ac10059d23eab1529e.tar.bz2
cryptography-1ac31deb19dff6b3155115ac10059d23eab1529e.zip
Add a comment so we can easily find a place to update later (#5043)
* Add a comment so we can easily find a place to update later * flake8
Diffstat (limited to 'src')
-rw-r--r--src/_cffi_src/build_openssl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/build_openssl.py b/src/_cffi_src/build_openssl.py
index 456b8692..d3d27df6 100644
--- a/src/_cffi_src/build_openssl.py
+++ b/src/_cffi_src/build_openssl.py
@@ -22,6 +22,7 @@ def _get_openssl_libraries(platform):
)
if windows_link_legacy_openssl is None:
# Link against the 1.1.0 names
+ # CRYPTOGRAPHY_OPENSSL_110_OR_GREATER
libs = ["libssl", "libcrypto"]
else:
# Link against the 1.0.2 and lower names