[dpdk-dev] [PATCH 2/2] doc: fix format in OpenSSL installation guide

2017-11-22 Thread Andrea Grandi
List of supported OpenSSL versions and code block with dependencies were not properly formatted. Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library") Signed-off-by: Andrea Grandi --- doc/guides/cryptodevs/openssl.rst | 12 +--- 1 file changed, 9 insert

[dpdk-dev] [PATCH 1/2] doc: fix lists of supported algorithms

2017-11-22 Thread Andrea Grandi
Add a missing space must before the first item of the list to display it correctly in the User Guide. Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library") Fixes: b79e4c00af0e ("cryptodev: use AES-GCM/CCM as AEAD algorithms") Signed-off-by: Andrea Gra