mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Changes addressing pending issues per PR discussion
This commit is contained in:
parent
7f92a573d2
commit
e652aff277
4 changed files with 125 additions and 136 deletions
|
@ -120,7 +120,6 @@ public:
|
|||
protected:
|
||||
friend class Val;
|
||||
friend class OpaqueMgr;
|
||||
OpaqueVal() { }
|
||||
|
||||
/**
|
||||
* Must be overridden to provide a serialized version of the derived
|
||||
|
@ -188,8 +187,6 @@ protected:
|
|||
static void digest_one(EVP_MD_CTX* h, const Val* v);
|
||||
static void digest_one(EVP_MD_CTX* h, const ValPtr& v);
|
||||
|
||||
HashVal() { valid = false; }
|
||||
|
||||
[[deprecated("Remove in v4.1. Construct from IntrusivePtr instead.")]]
|
||||
explicit HashVal(OpaqueType* t);
|
||||
explicit HashVal(OpaqueTypePtr t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue