x509: Remove some unused ASN1 OID constants

This commit is contained in:
Martin Willi
2014-05-16 15:42:06 +02:00
parent d3cf9ca322
commit fb515325cc
2 changed files with 0 additions and 25 deletions
@@ -217,10 +217,6 @@ struct private_x509_cert_t {
refcount_t ref;
};
static const chunk_t ASN1_subjectAltName_oid = chunk_from_chars(
0x06, 0x03, 0x55, 0x1D, 0x11
);
/**
* Destroy a CertificateDistributionPoint
*/
@@ -2611,4 +2607,3 @@ x509_cert_t *x509_cert_gen(certificate_type_t type, va_list args)
destroy(cert);
return NULL;
}