diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 09:55:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 09:55:20 +0100 |
| commit | 3ac1487997a968278c69728bd5eaa5dcf03b66ca (patch) | |
| tree | dd487956bfe7458826ae7b23e8c8c30f8091bfac /test/encryption_test.cc | |
| parent | 331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 (diff) | |
Some comments and test tweaks.
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index 299e5f9b..d09f04bd 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -41,9 +41,9 @@ using boost::shared_ptr; -/* Load a certificate chain from build/test/data/ *.pem and then build - an encrypted DCP and a KDM using it. -*/ +/** Load a certificate chain from build/test/data/ *.pem and then build + * an encrypted DCP and a KDM using it. + */ BOOST_AUTO_TEST_CASE (encryption_test) { boost::filesystem::remove_all ("build/test/signer"); |
