From 78eef41133872f0a25efd7c9799fc6cf2a0c4be7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Jul 2025 19:41:08 +0200 Subject: Fix comment. --- src/decrypted_kdm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3