diff options
author | René Korthaus <[email protected]> | 2016-10-22 20:30:45 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-10-22 20:33:11 +0200 |
commit | bfe71b7ccc5dcb992d571792646be0f4d68f1a5c (patch) | |
tree | e2b5e131cf6efd10278ebdf9678ff61bf7f1c97b /src/lib | |
parent | 632cf9fe55138631d1e63710a1b4c76607bfa09a (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.h | 2 |
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) { |