aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorRené Korthaus <[email protected]>2016-10-22 20:30:45 +0200
committerRené Korthaus <[email protected]>2016-10-22 20:33:11 +0200
commitbfe71b7ccc5dcb992d571792646be0f4d68f1a5c (patch)
treee2b5e131cf6efd10278ebdf9678ff61bf7f1c97b /src/lib
parent632cf9fe55138631d1e63710a1b4c76607bfa09a (diff)
Fix invalid UTF-8 char in API doc [ci skip]
An invalid UTF-8 character prevented Latex from generating a PDF document from the doxygen-generated Latex API docs via make pdf.
Diffstat (limited to 'src/lib')
-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)
{