From: Kaiwen Xu Date: Tue, 3 Sep 2013 02:58:26 +0000 (-0400) Subject: Fixed missing OpenSSL module error. X-Git-Tag: 13.4~25^2 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=ca024a5b8c897cba3385442f77e5177e184a8b79 Fixed missing OpenSSL module error. Fixed missing OpenSSL module error when bitcoind configured with HTTPS. --- diff --git a/conf/requirements.production.pip b/conf/requirements.production.pip index a316196..87abcb6 100644 --- a/conf/requirements.production.pip +++ b/conf/requirements.production.pip @@ -1,2 +1,3 @@ Twisted>=12.2.0 argparse>=1.2.1 +pyOpenSSL>=0.13