diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-18 15:29:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-18 15:29:30 +0100 |
| commit | 5cbdd199b5a597d11b058743de3e1d93ab6ed228 (patch) | |
| tree | aa2a239a8eb2022e09d1fccd7469d1efacdf96c2 /src | |
| parent | 23527d456b297c6ecc86a0ca6d823eafc8a33859 (diff) | |
Missing initialiser.
Diffstat (limited to 'src')
| -rw-r--r-- | src/certificates.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/certificates.h b/src/certificates.h index aba6d5cf..841d8b7b 100644 --- a/src/certificates.h +++ b/src/certificates.h @@ -49,6 +49,7 @@ class Certificate public: Certificate () : _certificate (0) + , _public_key (0) {} Certificate (std::string); |
