aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
diff options
context:
space:
mode:
authorErik Trauschke <erik.trauschke@gmail.com>2015-10-20 08:24:33 -0700
committerErik Trauschke <erik.trauschke@gmail.com>2015-10-20 08:24:33 -0700
commit12121fc2fdf647cf205f0eec81f9fd0aee89b32b (patch)
tree5a252d025c1c4d37aa0b1afd6b94b516f1283d8c /src/_cffi_src
parentc8ab2ea92fe43d1ff64d7463c61fa9ef34cce7d8 (diff)
downloadcryptography-12121fc2fdf647cf205f0eec81f9fd0aee89b32b.tar.gz
cryptography-12121fc2fdf647cf205f0eec81f9fd0aee89b32b.tar.bz2
cryptography-12121fc2fdf647cf205f0eec81f9fd0aee89b32b.zip
add comments
Diffstat (limited to 'src/_cffi_src')
-rw-r--r--src/_cffi_src/openssl/x509v3.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py
index 22406c40..8e163dc2 100644
--- a/src/_cffi_src/openssl/x509v3.py
+++ b/src/_cffi_src/openssl/x509v3.py
@@ -292,8 +292,6 @@ DIST_POINT_NAME *DIST_POINT_NAME_new(void);
void DIST_POINT_NAME_free(DIST_POINT_NAME *);
int i2d_CRL_DIST_POINTS(Cryptography_STACK_OF_DIST_POINT *, unsigned char **);
-GENERAL_NAMES *d2i_GENERAL_NAMES(GENERAL_NAMES **, const unsigned char **,
- long);
"""
CUSTOMIZATIONS = """