aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chap_ms.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-10-26 01:04:02 +0000
committerBrian Somers <brian@FreeBSD.org>1997-10-26 01:04:02 +0000
commit75240ed1789e0754da5b1024dcb80dcfc5dae0c3 (patch)
treeef7296fa69b93cfce40120da724736ed6c9b347e /usr.sbin/ppp/chap_ms.h
parent11ea2762ebb2a63ea051e522e95837700de85d17 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/chap_ms.h')
-rw-r--r--usr.sbin/ppp/chap_ms.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/usr.sbin/ppp/chap_ms.h b/usr.sbin/ppp/chap_ms.h
index 2b508523dd24..0f6c3182634d 100644
--- a/usr.sbin/ppp/chap_ms.h
+++ b/usr.sbin/ppp/chap_ms.h
@@ -19,15 +19,13 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id$
+ * $Id: chap_ms.h,v 1.1 1997/09/25 00:58:20 brian Exp $
*/
-#ifndef _CHAPMS_H_
+/* Max # of (Unicode) chars in an NT password */
+#define MAX_NT_PASSWORD 256
-#define MAX_NT_PASSWORD 256 /* Max # of (Unicode) chars in an NT password */
-#define MS_CHAP_RESPONSE_LEN 49 /* Don't rely on sizeof(MS_ChapResponse) in case of struct padding */
+/* Don't rely on sizeof(MS_ChapResponse) in case of struct padding */
+#define MS_CHAP_RESPONSE_LEN 49
-extern void ChapMS(char*, char*, int);
-
-#define _CHAPMS_H_
-#endif /* _CHAPMS_H_ */
+extern void ChapMS(char *, char *, int);