diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-05 22:02:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-05 22:02:24 +0000 |
| commit | fd8a665cbb0a9a44995f88567747e2379a6f4098 (patch) | |
| tree | bd5b38579afdc55025cc93e52b8595a8aeebd46a /src/certificates.cc | |
| parent | 40c974694bb6c01d7bfd432b7467b933e01dc418 (diff) | |
Various probably quite untidy progress on KDMs.
Diffstat (limited to 'src/certificates.cc')
| -rw-r--r-- | src/certificates.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certificates.cc b/src/certificates.cc index ba0ebaae..ac7e20f7 100644 --- a/src/certificates.cc +++ b/src/certificates.cc @@ -4,6 +4,7 @@ #include <openssl/x509.h> #include <openssl/ssl.h> #include <openssl/asn1.h> +#include <libxml++/nodes/element.h> #include "certificates.h" #include "exceptions.h" @@ -104,7 +105,6 @@ Certificate::serial () const return st; } - /** @param filename Text file of PEM-format certificates, * in the order: |
