From 3b28fdf2c7e56c0d3d42bef223abf93049395c34 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 25 May 2017 12:29:28 -0700 Subject: Remove now unused env var from Windows wheel buidler (#3598) --- .jenkins/windows-wheel.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.jenkins/windows-wheel.bat b/.jenkins/windows-wheel.bat index 356226a7..78b3000a 100644 --- a/.jenkins/windows-wheel.bat +++ b/.jenkins/windows-wheel.bat @@ -1,6 +1,5 @@ wmic qfe @set PATH="C:\Python27";"C:\Python27\Scripts";%PATH% -@set CRYPTOGRAPHY_WINDOWS_LINK_OPENSSL110=1 SET if "%TOXENV%" == "py26" ( @set PYTHON="C:\Python26\python.exe" @@ -54,4 +53,4 @@ pip wheel cryptography --wheel-dir=wheelhouse --no-use-wheel for %%x in (wheelhouse\*.whl) do ( pip install %%x ) -python -c "from cryptography.hazmat.backends.openssl.backend import backend;print('Loaded: ' + backend.openssl_version_text());print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))" \ No newline at end of file +python -c "from cryptography.hazmat.backends.openssl.backend import backend;print('Loaded: ' + backend.openssl_version_text());print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))" -- cgit v1.2.3