diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-12 20:54:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-12 20:54:06 +0100 |
| commit | 43d2c7aef17adceb04f84109b432a830f00d1bd1 (patch) | |
| tree | 66f27488ad79f0f900cf3a636b7c8ec0d763cbbb /src/signer.h | |
| parent | a09bbf5f06a9ed2f5011999c0a6eef78b9e1ca56 (diff) | |
Move CertificateChain into the right header.
Diffstat (limited to 'src/signer.h')
| -rw-r--r-- | src/signer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/signer.h b/src/signer.h index 97cfa6d1..a65de11f 100644 --- a/src/signer.h +++ b/src/signer.h @@ -25,6 +25,7 @@ */ #include "certificates.h" +#include "certificate_chain.h" #include "types.h" #include <boost/filesystem.hpp> |
