aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-03-16 21:34:58 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-03-22 22:52:52 +0000
commit30e25f930445e1b76d16f3219b627b7b92aa2a42 (patch)
tree759641c35e120e24c625f3d115e4e07d3e48c9eb
parent6a1dbc8ba95653c358afb23126a95d4aec51f48b (diff)
downloadsrc-30e25f930445e1b76d16f3219b627b7b92aa2a42.tar.gz
src-30e25f930445e1b76d16f3219b627b7b92aa2a42.zip
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)
-rw-r--r--sys/mips/nlm/dev/sec/nlmrsa.c1
1 files changed, 1 insertions, 0 deletions
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: