changeset 8319:65ee8df1970c onnv_105

6236948 need userland interface to list crypto algorithms available to kernel consumers (fix lint)
author Dina K Nimeh <Dina.Nimeh@Sun.Com>
date Mon, 08 Dec 2008 22:57:59 -0800
parents 047e3175c24b
children e24ebd999bae
files usr/src/uts/common/crypto/io/crypto.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/crypto/io/crypto.c	Tue Dec 09 14:17:47 2008 +0800
+++ b/usr/src/uts/common/crypto/io/crypto.c	Mon Dec 08 22:57:59 2008 -0800
@@ -1027,6 +1027,7 @@
 get_all_mechanism_info(dev_t dev, caddr_t arg, int mode, int *rval)
 {
 	STRUCT_DECL(crypto_get_all_mechanism_info, get_all_mech);
+	/* LINTED E_FUNC_SET_NOT_USED */
 	STRUCT_DECL(crypto_mechanism_info, mi);
 	crypto_mech_name_t mech_name;
 	crypto_mech_type_t mech_type;