Deleted Added
full compact
bf_skey.c (91671) bf_skey.c (116174)
1/* $FreeBSD: head/sys/crypto/blowfish/bf_skey.c 91671 2002-03-05 09:19:02Z ume $ */
2/* $KAME: bf_skey.c,v 1.7 2002/02/27 01:33:59 itojun Exp $ */
3
4/* crypto/bf/bf_skey.c */
1/* $KAME: bf_skey.c,v 1.7 2002/02/27 01:33:59 itojun Exp $ */
2
3/* crypto/bf/bf_skey.c */
4
5/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
6 * All rights reserved.
7 *
8 * This package is an SSL implementation written
9 * by Eric Young (eay@mincom.oz.au).
10 * The implementation was written so as to conform with Netscapes SSL.
11 *
12 * This library is free for commercial and non-commercial use as long as

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

54 * SUCH DAMAGE.
55 *
56 * The licence and distribution terms for any publically available version or
57 * derivative of this code cannot be changed. i.e. this code cannot simply be
58 * copied and put under another distribution licence
59 * [including the GNU Public Licence.]
60 */
61
5/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
6 * All rights reserved.
7 *
8 * This package is an SSL implementation written
9 * by Eric Young (eay@mincom.oz.au).
10 * The implementation was written so as to conform with Netscapes SSL.
11 *
12 * This library is free for commercial and non-commercial use as long as

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

54 * SUCH DAMAGE.
55 *
56 * The licence and distribution terms for any publically available version or
57 * derivative of this code cannot be changed. i.e. this code cannot simply be
58 * copied and put under another distribution licence
59 * [including the GNU Public Licence.]
60 */
61
62#include <sys/cdefs.h>
63__FBSDID("$FreeBSD: head/sys/crypto/blowfish/bf_skey.c 116174 2003-06-10 21:44:29Z obrien $");
64
62#include <sys/types.h>
63#include <sys/time.h>
64#include <sys/systm.h>
65#include <crypto/blowfish/blowfish.h>
66#include <crypto/blowfish/bf_locl.h>
67#include <crypto/blowfish/bf_pi.h>
68
69void

--- 51 unchanged lines hidden ---
65#include <sys/types.h>
66#include <sys/time.h>
67#include <sys/systm.h>
68#include <crypto/blowfish/blowfish.h>
69#include <crypto/blowfish/bf_locl.h>
70#include <crypto/blowfish/bf_pi.h>
71
72void

--- 51 unchanged lines hidden ---