Changes addressing pending issues per PR discussion

This commit is contained in:
Vern Paxson 2020-11-19 10:03:44 -08:00 committed by Tim Wojtulewicz
parent 7f92a573d2
commit e652aff277
4 changed files with 125 additions and 136 deletions

View file

@ -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);