Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyOpenSSL requirement version to 0.15 #167

Closed
wants to merge 2 commits into from
Closed

Update pyOpenSSL requirement version to 0.15 #167

wants to merge 2 commits into from

Conversation

ken5scal
Copy link

@ken5scal ken5scal commented Sep 9, 2015

This is pull request for #155

Following command was failing due to required version of pyOpenSSL.
Therefore, I updated it.

easy_install ./drozer-2.3.4-py2.7.egg 
OpenSSL/crypto/crl.c:6:23: error: static declaration of 'X509_REVOKED_dup' follows non-static declaration
static X509_REVOKED * X509_REVOKED_dup(X509_REVOKED *orig) {
                      ^
/usr/local/opt/openssl/include/openssl/x509.h:751:15: note: previous declaration is here
X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev);
              ^

@ken5scal ken5scal changed the title Update pyOpenSSL requirement version to 0.14 Update pyOpenSSL requirement version to 0.15 Sep 9, 2015
@HenryHoggard
Copy link
Contributor

Closed: See #182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants