usr/src/uts/common/io/comstar/port/iscsit/iscsit_authclient.c
changeset 9162 b011b0287065
parent 7978 4559e57ec313
child 12571 05943d9c379f
--- a/usr/src/uts/common/io/comstar/port/iscsit/iscsit_authclient.c	Tue Mar 24 19:19:49 2009 -0400
+++ b/usr/src/uts/common/io/comstar/port/iscsit/iscsit_authclient.c	Tue Mar 24 17:50:49 2009 -0600
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -174,7 +174,7 @@
     uchar_t *chap_c, unsigned int challenge_len,
     uchar_t *chap_r, unsigned int resp_len)
 {
-	uchar_t		verifyData[iscsiAuthChapResponseLength];
+	uchar_t		verifyData[iscsitAuthChapResponseLength];
 	conn_auth_t	*auth = &lsm->icl_auth;
 
 	/* Check if RADIUS access is enabled */