web-page-replay icon indicating copy to clipboard operation
web-page-replay copied to clipboard

pyOpenSSL == 0.13 fails to build against new OpenSSL

Open bootstraponline opened this issue 8 years ago • 0 comments

 /usr/local/opt/openssl/include/openssl/x509.h:751:15: note: previous declaration is here
    X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev);
                  ^
    1 error generated.
    error: command 'clang' failed with exit status 1
  • https://github.com/pyca/pyopenssl/issues/276
  • https://github.com/cloudera/hue/issues/205

Updating pyOpenSSL resolves the issue.

bootstraponline avatar Apr 30 '17 20:04 bootstraponline