diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-09 10:43:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-09 10:43:22 +0100 |
| commit | 48e87acf77fb35f2c1a5cdad29f07ec0e4a26f3a (patch) | |
| tree | 99f929830620ea331490edc14cf02b9f0c88368e /src/signer_chain.h | |
| parent | 259113a96dc9dfbef0b26ff2e142ee673abcd53d (diff) | |
Avoid use of pipes in openssl hackery.
Diffstat (limited to 'src/signer_chain.h')
| -rw-r--r-- | src/signer_chain.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/signer_chain.h b/src/signer_chain.h index ea67f7e1..50f56ed9 100644 --- a/src/signer_chain.h +++ b/src/signer_chain.h @@ -20,7 +20,11 @@ #include <boost/filesystem.hpp> namespace libdcp { - -void make_signer_chain (boost::filesystem::path); + +/** Create a chain of certificates for signing things. + * @param directory Directory to write files to. + * @param openssl Name of openssl binary (if it is on the path) or full path. + */ +void make_signer_chain (boost::filesystem::path directory, boost::filesystem::path openssl); } |
