doc: fix libcrypto guide title
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 13 Oct 2016 19:25:29 +0000 (20:25 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 13 Oct 2016 19:58:44 +0000 (21:58 +0200)
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 <pablo.de.lara.guarch@intel.com>
doc/guides/cryptodevs/libcrypto.rst

index 22d81b7..5e9c76a 100644 (file)
@@ -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.