Deleted Added
full compact
ncpl_crypt.c (52153) ncpl_crypt.c (84213)
1/*
2 * Routines in this file based on the work of Volker Lendecke,
3 * Adapted for ncplib by Boris Popov
4 * Please note that ncpl_crypt.c file should be indentical to this one
1/*
2 * Routines in this file based on the work of Volker Lendecke,
3 * Adapted for ncplib by Boris Popov
4 * Please note that ncpl_crypt.c file should be indentical to this one
5 *
6 * $FreeBSD: head/lib/libncp/ncpl_crypt.c 52153 1999-10-12 11:56:41Z bp $
7 */
5 */
6
7#include <sys/cdefs.h>
8__FBSDID("$FreeBSD: head/lib/libncp/ncpl_crypt.c 84213 2001-09-30 22:01:19Z dillon $");
9
8#include <sys/param.h>
9#include <sys/errno.h>
10#include <sys/malloc.h>
11#include <string.h>
12
13/*$*********************************************************
14 $*
15 $* This code has been taken from DDJ 11/93, from an

--- 122 unchanged lines hidden ---
10#include <sys/param.h>
11#include <sys/errno.h>
12#include <sys/malloc.h>
13#include <string.h>
14
15/*$*********************************************************
16 $*
17 $* This code has been taken from DDJ 11/93, from an

--- 122 unchanged lines hidden ---