diff options
author | Never <[email protected]> | 2016-12-07 18:39:46 +0100 |
---|---|---|
committer | Never <[email protected]> | 2016-12-07 18:39:46 +0100 |
commit | d31d6474d015a31be5535c3ea14f3f42205a386f (patch) | |
tree | fa7f6700c17333b38a193cb0c24df0458a98c208 /doc/manual/pkcs11.rst | |
parent | 8213153d37b4dde1a3722547a3fca07a8c2b4dd2 (diff) |
resolved invalid links to build with sphinx 1.5
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 48c063400..38d973798 100644 --- a/doc/manual/pkcs11.rst +++ b/doc/manual/pkcs11.rst @@ -1089,7 +1089,7 @@ implements the :cpp:class:`Hardware_RNG` interface. .. cpp:function:: PKCS11_RNG(Session& session) - A PKCS#11 :cpp:class:`Session` must be passed to instantiate a :cpp:class:`PKCS11_RNG`. + A PKCS#11 :cpp:class:`Session` must be passed to instantiate a ``PKCS11_RNG``. .. cpp:function:: void randomize(Botan::byte output[], std::size_t length) override |