Make x509 certificates an opaque type

This commit is contained in:
Bernhard Amann 2013-10-08 12:50:47 -07:00
parent 2b87499fd9
commit 2c7e7f962e
9 changed files with 114 additions and 117 deletions

View file

@ -616,6 +616,7 @@ extern OpaqueType* entropy_type;
extern OpaqueType* cardinality_type;
extern OpaqueType* topk_type;
extern OpaqueType* bloomfilter_type;
extern OpaqueType* x509_opaque_type;
// Returns the BRO basic (non-parameterized) type with the given type.
extern BroType* base_type(TypeTag tag);