aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-10-22 14:39:40 -0400
committerJack Lloyd <[email protected]>2016-10-22 14:39:40 -0400
commitde54f69aa74d98664fb13b0097f61e17322bca04 (patch)
treee2b5e131cf6efd10278ebdf9678ff61bf7f1c97b
parent632cf9fe55138631d1e63710a1b4c76607bfa09a (diff)
parentbfe71b7ccc5dcb992d571792646be0f4d68f1a5c (diff)
Merge GH #676 Fix invalid UTF-8 [ci skip]
-rw-r--r--src/lib/prov/pkcs11/p11_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/prov/pkcs11/p11_object.h b/src/lib/prov/pkcs11/p11_object.h
index 75b178c62..dcdfe2a41 100644
--- a/src/lib/prov/pkcs11/p11_object.h
+++ b/src/lib/prov/pkcs11/p11_object.h
@@ -282,7 +282,7 @@ class BOTAN_DLL CertificateProperties : public StorageObjectProperties
/**
* @param checksum the value of this attribute is derived from the certificate by taking the
- * first three bytes of the SHA - 1 hash of the certificate object�s `CKA_VALUE` attribute
+ * first three bytes of the SHA - 1 hash of the certificate object's `CKA_VALUE` attribute
*/
inline void set_check_value(const std::vector<byte>& checksum)
{