diff options
author | René Korthaus <[email protected]> | 2017-01-11 14:20:05 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2017-01-11 14:20:05 +0100 |
commit | a9ffb595c2382efa12c80e2665f308b85aee8050 (patch) | |
tree | 777ba9fd27a9ec81632bf3590d1eb695afc53499 /doc/manual | |
parent | 125057ffc4802e36a6d9c8b0bf6bc63eea3b418a (diff) |
Remove --with-pkcs11 option from CI scripts, docs
Diffstat (limited to 'doc/manual')
-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 38d973798..8e78b8797 100644 --- a/doc/manual/pkcs11.rst +++ b/doc/manual/pkcs11.rst @@ -24,7 +24,7 @@ access to all functions that are specified by the standard. The high level API r an object oriented approach to use PKCS#11 compatible devices but only provides a subset of the functions described in the standard. -To use the PKCS#11 implementation Botan has to be configured with ``--with-pkcs11``. +To use the PKCS#11 implementation the ``pkcs11`` module has to be enabled. .. note:: |