diff options
Diffstat (limited to 'doc/manual/pkcs11.rst')
-rw-r--r-- | doc/manual/pkcs11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/pkcs11.rst b/doc/manual/pkcs11.rst index c6b7ec07d..6e2827b16 100644 --- a/doc/manual/pkcs11.rst +++ b/doc/manual/pkcs11.rst @@ -445,7 +445,7 @@ Attributes can be set in an :cpp:class:`AttributeContainer` by various ``add_`` Add a bool attribute (e.g. :c:macro:`CKA_SENSITIVE` / :cpp:enumerator:`AttributeType::Sensitive`). - .. cpp:function:: template<typename T> void AttributeContainer::add_numeric(AttributeType attribute, T value) + .. cpp:function:: template<typename T> void AttributeContainer::add_numeric(AttributeType attribute, T value) Add a numeric attribute (e.g. :c:macro:`CKA_MODULUS_BITS` / :cpp:enumerator:`AttributeType::ModulusBits`). |