Deleted Added
full compact
chap_ms.c (44106) chap_ms.c (50479)
1/*
2 * chap_ms.c - Microsoft MS-CHAP (NT only) compatible implementation.
3 *
4 * Copyright (c) 1995 Eric Rosenquist, Strata Software Limited.
5 * http://www.strataware.com/
6 *
7 * All rights reserved.
8 *

--- 5 unchanged lines hidden (view full) ---

14 * by Eric Rosenquist. The name of the author may not be used to
15 * endorse or promote products derived from this software without
16 * specific prior written permission.
17 *
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
19 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
20 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21 *
1/*
2 * chap_ms.c - Microsoft MS-CHAP (NT only) compatible implementation.
3 *
4 * Copyright (c) 1995 Eric Rosenquist, Strata Software Limited.
5 * http://www.strataware.com/
6 *
7 * All rights reserved.
8 *

--- 5 unchanged lines hidden (view full) ---

14 * by Eric Rosenquist. The name of the author may not be used to
15 * endorse or promote products derived from this software without
16 * specific prior written permission.
17 *
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
19 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
20 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21 *
22 * $Id: chap_ms.c,v 1.6 1998/05/21 21:44:30 brian Exp $
22 * $FreeBSD: head/usr.sbin/ppp/chap_ms.c 50479 1999-08-28 01:35:59Z peter $
23 *
24 */
25
26#include <sys/types.h>
27
28#include <ctype.h>
29#include <des.h>
30#include <string.h>

--- 94 unchanged lines hidden ---
23 *
24 */
25
26#include <sys/types.h>
27
28#include <ctype.h>
29#include <des.h>
30#include <string.h>

--- 94 unchanged lines hidden ---