Remove x509_flag_names, flags do not work with ENUM()

This commit is contained in:
Martin Willi
2011-01-05 16:45:56 +01:00
parent 7d7beaa1fa
commit e49bd37b5d
3 changed files with 1 additions and 35 deletions
@@ -51,11 +51,6 @@ enum x509_flag_t {
X509_IP_ADDR_BLOCKS = (1<<6),
};
/**
* enum names for x509 flags
*/
extern enum_name_t *x509_flag_names;
/**
* X.509 certificate interface.
*