idella4     14/06/23 15:06:08

  Added:                asn1.patch
  Log:
  revbump; patch required to fix a test failing in pyopenssl, fixes Bug #514418
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.1                  dev-python/cryptography/files/asn1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography/files/asn1.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography/files/asn1.patch?rev=1.1&content-type=text/plain

Index: asn1.patch
===================================================================
https://github.com/pyca/cryptography/commit/1e95bc636ffd66451b6097b0a7f55c6a004563b7
diff --git a/cryptography/hazmat/bindings/openssl/asn1.py 
b/cryptography/hazmat/bindings/openssl/asn1.py
index dfdf1bf..2edfd2d 100644
--- a/cryptography/hazmat/bindings/openssl/asn1.py
+++ b/cryptography/hazmat/bindings/openssl/asn1.py
@@ -141,6 +141,9 @@
 
 /* These isn't a macro the arg is const on openssl 1.0.2+ */
 int ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME *);
+
+/* Not a macro, const on openssl 1.0 */
+int ASN1_STRING_set_default_mask_asc(char *);
 """
 
 CUSTOMIZATIONS = """





Reply via email to