diff options
Diffstat (limited to 'src/lib/cert/x509/ocsp.h')
-rw-r--r-- | src/lib/cert/x509/ocsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cert/x509/ocsp.h b/src/lib/cert/x509/ocsp.h index b2a06b9a4..2a4866455 100644 --- a/src/lib/cert/x509/ocsp.h +++ b/src/lib/cert/x509/ocsp.h @@ -40,6 +40,8 @@ class BOTAN_DLL Request class BOTAN_DLL Response { public: + Response() {} + Response(const Certificate_Store& trusted_roots, const std::vector<byte>& response); |