From 7174c0cea39d4db1f79c7c82a89ba916730c421a Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Thu, 13 Oct 2016 20:25:29 +0100 Subject: [PATCH] doc: fix libcrypto guide title Libcrypto documentation was missing the equal signs ("="), in its title, so it was not present in the documentation generated. Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library") Signed-off-by: Pablo de Lara --- doc/guides/cryptodevs/libcrypto.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/cryptodevs/libcrypto.rst b/doc/guides/cryptodevs/libcrypto.rst index 22d81b7d43..5e9c76a945 100644 --- a/doc/guides/cryptodevs/libcrypto.rst +++ b/doc/guides/cryptodevs/libcrypto.rst @@ -28,6 +28,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. LibCrypto Crypto Poll Mode Driver +================================= This code provides the initial implementation of the libcrypto poll mode driver. All cryptography operations are using Openssl library crypto API. -- 2.20.1