crypto/libcrypto: fix init function names
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 11 Oct 2016 01:15:05 +0000 (02:15 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 13 Oct 2016 19:58:44 +0000 (21:58 +0200)
commit62ae8dbc760162171d1116ee8372338c4ea3678d
treef9559b22e0a36180c3a68f42727a049110cf487e
parent8985779c727cc6fd53c6f6d8c8f81f3c29b61496
crypto/libcrypto: fix init function names

All init/uninit function names in the virtual devices have been renamed,
so they finish with probe or remove, so to keep consistency,
same thing should be done in this PMD.

Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/libcrypto/rte_libcrypto_pmd.c