Skip to content

Instantly share code, notes, and snippets.

@brycepg
Created December 26, 2018 17:31
Show Gist options
  • Select an option

  • Save brycepg/809501ae24e34e9fdb58a7932c12287b to your computer and use it in GitHub Desktop.

Select an option

Save brycepg/809501ae24e34e9fdb58a7932c12287b to your computer and use it in GitHub Desktop.
pyopenssl==0.13 patch
--- 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