Add a somewhat dubious constructor.
authorCarl Hetherington <cth@carlh.net>
Sun, 6 Jan 2013 02:07:46 +0000 (02:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 6 Jan 2013 02:07:46 +0000 (02:07 +0000)
src/certificates.h

index 0b7127c869c4fcedfe6c41954e99c3a7dc23f3e6..db19a9db1553f031de0d78219225d64b8e6ee749 100644 (file)
@@ -37,6 +37,10 @@ namespace libdcp {
 class Certificate : public boost::noncopyable
 {
 public:
+       Certificate ()
+               : _certificate (0)
+       {}
+       
        Certificate (X509 *);
        ~Certificate ();