diff options
author | Jack Lloyd <[email protected]> | 2019-04-10 23:30:09 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-04-10 23:30:09 -0400 |
commit | f8380066cbb5795f22cbbe8d35e4f279726026f1 (patch) | |
tree | a8cfbef1a83de51b7d56b2e1970fcbb608b6b9c1 /src/lib/prov/pkcs11/p11_object.h | |
parent | 8f06e9be6fdbac36de05ed6e6eb5e195f8b3c58b (diff) |
Remove tab characters
Diffstat (limited to 'src/lib/prov/pkcs11/p11_object.h')
-rw-r--r-- | src/lib/prov/pkcs11/p11_object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/prov/pkcs11/p11_object.h b/src/lib/prov/pkcs11/p11_object.h index 6d6c7b259..0e13bf6c8 100644 --- a/src/lib/prov/pkcs11/p11_object.h +++ b/src/lib/prov/pkcs11/p11_object.h @@ -427,7 +427,7 @@ class BOTAN_PUBLIC_API(2,0) PublicKeyProperties : public KeyProperties throw Not_Implemented("PublicKeyProperties::set_wrap_template"); } - /// @param pubkey_info DER-encoding of the SubjectPublicKeyInfo for this public key + /// @param pubkey_info DER-encoding of the SubjectPublicKeyInfo for this public key inline void set_public_key_info(const std::vector<uint8_t>& pubkey_info) { add_binary(AttributeType::PublicKeyInfo, pubkey_info); @@ -506,7 +506,7 @@ class BOTAN_PUBLIC_API(2,0) PrivateKeyProperties : public KeyProperties throw Not_Implemented("PrivateKeyProperties::set_unwrap_template"); } - /// @param pubkey_info DER-encoding of the SubjectPublicKeyInfo for this public key + /// @param pubkey_info DER-encoding of the SubjectPublicKeyInfo for this public key inline void set_public_key_info(const std::vector<uint8_t>& pubkey_info) { add_binary(AttributeType::PublicKeyInfo, pubkey_info); |