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

@ -7,4 +7,5 @@ BRO_PLUGIN_BEGIN(Bro, X509)
BRO_PLUGIN_FILE_ANALYZER("X509", X509);
BRO_PLUGIN_BIF_FILE(events);
BRO_PLUGIN_BIF_FILE(types);
BRO_PLUGIN_BIF_FILE(functions);
BRO_PLUGIN_END