summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crypto/x509name.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/x509name.c b/src/crypto/x509name.c
index 06c0153..d304591 100644
--- a/src/crypto/x509name.c
+++ b/src/crypto/x509name.c
@@ -301,7 +301,6 @@ crypto_X509Name_get_components(crypto_X509NameObj *self, PyObject *args)
ASN1_STRING *fval;
int nid;
int l;
- unsigned char buf[100];
unsigned char *str;
PyObject *tuple;