From f90e368cdd11654b7e68fbde98c561177b333671 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 11 Mar 2016 11:21:13 +0100 Subject: Fix set_cipher_list on modern OpenSSL Also port forward a few changes from #422. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2edb712..510359d 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # """ -Installation script for the OpenSSL module. +Installation script for the OpenSSL package. """ import codecs -- cgit v1.2.1