summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-17 11:08:48 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-17 11:08:48 +0200
commitf9f10f9c6d8d8e31c7dff6b8f3b9f390bf0333a8 (patch)
tree7124c1dcabb259221eb888f3426d5b3f8b878e77 /src
parente80119614a0975de33ed8a370fbfe60a2a915b1e (diff)
Remove out-of-date comment.
Diffstat (limited to 'src')
-rw-r--r--src/certificate_chain.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/certificate_chain.cc b/src/certificate_chain.cc
index 3bfd63f2..c2f5857d 100644
--- a/src/certificate_chain.cc
+++ b/src/certificate_chain.cc
@@ -165,7 +165,6 @@ dcp::escape_digest(string digest)
/** Extract a public key from a private key and create a SHA1 digest of it.
* @param private_key_file Private key filename
- * @param openssl openssl binary name (or full path if openssl is not on the system path).
* @return SHA1 digest of corresponding public key, with escaped / characters.
*/
string