diff options
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) { |