summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-22 19:41:08 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-22 19:41:16 +0200
commit78eef41133872f0a25efd7c9799fc6cf2a0c4be7 (patch)
treeecb8563dcd3b4adcfbb528349a2c411a0893ee76 /src
parent18702018623fd9c21890812341aaa992f2131973 (diff)
Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/decrypted_kdm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decrypted_kdm.cc b/src/decrypted_kdm.cc
index 20b821d8..deed232d 100644
--- a/src/decrypted_kdm.cc
+++ b/src/decrypted_kdm.cc
@@ -185,7 +185,7 @@ DecryptedKDM::DecryptedKDM (EncryptedKDM const & kdm, string private_key)
/* Inter-op */
/* 0 is structure id (fixed sequence specified by standard) [16 bytes] */
p += 16;
- /* 16 is is signer thumbprint [20 bytes] */
+ /* 16 is signer thumbprint [20 bytes] */
p += 20;
/* 36 is CPL id [16 bytes] */
string const cpl_id = get_uuid (&p);