diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-18 11:48:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-18 11:48:27 +0100 |
| commit | 81821868864e19809b373639b8cb78d2acc522a2 (patch) | |
| tree | 615e82b4a5fdbfc7a74c8d372dd526162dd93576 /src/certificates.h | |
| parent | 9984f8318ba9999e39cf2f6688bd41408982cca9 (diff) | |
Comment fixes.
Diffstat (limited to 'src/certificates.h')
| -rw-r--r-- | src/certificates.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certificates.h b/src/certificates.h index 1593ddbc..aba6d5cf 100644 --- a/src/certificates.h +++ b/src/certificates.h @@ -42,7 +42,7 @@ namespace dcp { /** @class Certificate * @brief A wrapper for an X509 certificate. * - * This class can take a Certificate from a file, a string or an OpenSSL X509 object. + * This class can take a Certificate from a string or an OpenSSL X509 object. */ class Certificate { |
