Author: Edd Barrett <vex...@gmail.com>
Branch: missing_openssl_include
Changeset: r79497:a03a6f117d43
Date: 2015-09-07 10:37 +0100
http://bitbucket.org/pypy/pypy/changeset/a03a6f117d43/

Log:    Missing OpenSSL header.

        Fix for OpenBSD, already applied in ports: http://cvsweb.openbsd.org
        /cgi-bin/cvsweb/ports/lang/pypy/patches/patch-
        rpython_rlib_ropenssl_py?rev=1.5&content-type=text/x-cvsweb-markup

diff --git a/rpython/rlib/ropenssl.py b/rpython/rlib/ropenssl.py
--- a/rpython/rlib/ropenssl.py
+++ b/rpython/rlib/ropenssl.py
@@ -29,7 +29,8 @@
     'openssl/rand.h',
     'openssl/evp.h',
     'openssl/ossl_typ.h',
-    'openssl/x509v3.h']
+    'openssl/x509v3.h',
+    'openssl/comp.h']
 
 eci = ExternalCompilationInfo(
     libraries = libraries,
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to