aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/asn1.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-27 11:15:37 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-27 14:15:37 -0700
commit491fd7cc5aefff8064039d073331b41a2f606a63 (patch)
treebef92b0c9f0f3daad2f377acdb1fed28f3899fd9 /src/_cffi_src/openssl/asn1.py
parent0145873de724744ca9ec584f0fc7c51079b2e68e (diff)
downloadcryptography-491fd7cc5aefff8064039d073331b41a2f606a63.tar.gz
cryptography-491fd7cc5aefff8064039d073331b41a2f606a63.tar.bz2
cryptography-491fd7cc5aefff8064039d073331b41a2f606a63.zip
Funcs macros gone (#3695)
* No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment
Diffstat (limited to 'src/_cffi_src/openssl/asn1.py')
-rw-r--r--src/_cffi_src/openssl/asn1.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/asn1.py b/src/_cffi_src/openssl/asn1.py
index 8644d059..ce2d0782 100644
--- a/src/_cffi_src/openssl/asn1.py
+++ b/src/_cffi_src/openssl/asn1.py
@@ -101,9 +101,6 @@ int i2d_ASN1_ENUMERATED(ASN1_ENUMERATED *, unsigned char **);
ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **, const unsigned char **, long,
const ASN1_ITEM *);
int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *, int, int);
-"""
-
-MACROS = """
/* These became const ASN1_* in 1.1.0 */
int i2d_ASN1_OBJECT(ASN1_OBJECT *, unsigned char **);
int ASN1_STRING_type(ASN1_STRING *);