mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Fix circular reference problem and a few other small things.
SSL::Info now holds a reference to Files::Info instead of the fa_files record. Everything should work now, if everyone thinks that the interface is ok I will update the test baselines in a bit. addresses BIT-953, BIT-760
This commit is contained in:
parent
110d9fbd6a
commit
7eb6b5133e
8 changed files with 24 additions and 23 deletions
|
@ -480,7 +480,7 @@ X509Val::~X509Val()
|
|||
|
||||
bool X509Val::DoSerialize(SerialInfo* info) const
|
||||
{
|
||||
DO_SERIALIZE(SER_X509_VAL, X509Val);
|
||||
DO_SERIALIZE(SER_X509_VAL, OpaqueVal);
|
||||
|
||||
unsigned char *buf = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue