Integrate review feedback

This commit is contained in:
Dominik Charousset 2024-01-06 13:48:14 +01:00
parent 6132cbd13e
commit bd3e5bedbb
7 changed files with 23 additions and 22 deletions

View file

@ -184,7 +184,7 @@ protected:
*/
X509Val();
DECLARE_OPAQUE_VALUE_V2(X509Val)
DECLARE_OPAQUE_VALUE_DATA(X509Val)
private:
::X509* certificate; // the wrapped certificate
};