Created
December 26, 2018 17:31
-
-
Save brycepg/809501ae24e34e9fdb58a7932c12287b to your computer and use it in GitHub Desktop.
pyopenssl==0.13 patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- OpenSSL/crypto/crl.c 2018-12-26 12:23:14.275648440 -0500 | |
| +++ OpenSSL/crypto/crl2.c 2018-12-26 12:15:16.720820270 -0500 | |
| @@ -3,7 +3,7 @@ | |
| #include "crypto.h" | |
| -static X509_REVOKED * X509_REVOKED_dup(X509_REVOKED *orig) { | |
| +X509_REVOKED * X509_REVOKED_dup(X509_REVOKED *orig) { | |
| X509_REVOKED *dupe = NULL; | |
| dupe = X509_REVOKED_new(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment