nlmrsa: Mark deprecated for 14.
This is the only in-tree driver for the asymmetric crypto support in OCF that is already marked deprecated for 14. MFC after: 3 days Sponsored by: Chelsio Communications
This commit is contained in:
parent
cdac5f398b
commit
096a847216
@ -296,6 +296,7 @@ xlp_rsa_attach(device_t dev)
|
||||
if (xlp_rsa_init(sc, node) != 0)
|
||||
goto error_exit;
|
||||
device_printf(dev, "RSA Initialization complete!\n");
|
||||
gone_in_dev(dev, 14, "Asymmetric crypto");
|
||||
return (0);
|
||||
|
||||
error_exit:
|
||||
|
Loading…
Reference in New Issue
Block a user