From 6472e22b40c1a48847820b856cd8a2e25c981b95 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 1 May 2014 02:22:54 +0000 Subject: Add default constructors to work around VC2013 issue. Github #17 --- src/lib/cert/x509/ocsp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/cert') 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& response); -- cgit v1.2.3