diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-06 02:07:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-06 02:07:46 +0000 |
| commit | cf3dafb76de0571fe1989a138827fde1c8b6fbd8 (patch) | |
| tree | cc1e6e7cc32d553a9f63e7153b873208d15b84c8 /src | |
| parent | def17385797a432010e4c06aebf8991ab0b57b7d (diff) | |
Add a somewhat dubious constructor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/certificates.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/certificates.h b/src/certificates.h index 0b7127c8..db19a9db 100644 --- a/src/certificates.h +++ b/src/certificates.h @@ -37,6 +37,10 @@ namespace libdcp { class Certificate : public boost::noncopyable { public: + Certificate () + : _certificate (0) + {} + Certificate (X509 *); ~Certificate (); |
