diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-30 00:48:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-30 00:48:43 +0100 |
| commit | 0f09e4f7335fb125273aa3d1dc397797a2eba1dd (patch) | |
| tree | 7bdbbcecde8c6337c86286302610c93d348a0a9a /src/signer.h | |
| parent | 5a2aaaa015d092beb787eae50731d2f7fc6cbb7f (diff) | |
Rename certificates.{cc,h} -> certificate.{cc,h}.
Diffstat (limited to 'src/signer.h')
| -rw-r--r-- | src/signer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signer.h b/src/signer.h index a65de11f..b8bd5643 100644 --- a/src/signer.h +++ b/src/signer.h @@ -24,7 +24,7 @@ * @brief Signer class. */ -#include "certificates.h" +#include "certificate.h" #include "certificate_chain.h" #include "types.h" #include <boost/filesystem.hpp> |
