git: 30e25f930445 - stable/13 - nlmrsa: Mark deprecated for 14.
John Baldwin
jhb at FreeBSD.org
Mon Mar 22 22:55:29 UTC 2021
The branch stable/13 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=30e25f930445e1b76d16f3219b627b7b92aa2a42
commit 30e25f930445e1b76d16f3219b627b7b92aa2a42
Author: John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-03-16 21:34:58 +0000
Commit: John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-03-22 22:52:52 +0000
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.
Sponsored by: Chelsio Communications
(cherry picked from commit 096a84721670d388e432a1f7399251e4b20714f1)
---
sys/mips/nlm/dev/sec/nlmrsa.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/mips/nlm/dev/sec/nlmrsa.c b/sys/mips/nlm/dev/sec/nlmrsa.c
index 3252ecbed9c9..42b904d22a64 100644
--- a/sys/mips/nlm/dev/sec/nlmrsa.c
+++ b/sys/mips/nlm/dev/sec/nlmrsa.c
@@ -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:
More information about the dev-commits-src-all
mailing list