Deleted Added
full compact
bf_skey.c (55009) bf_skey.c (62587)
1/* $FreeBSD: head/sys/crypto/blowfish/bf_skey.c 62587 2000-07-04 16:35:15Z itojun $ */
2/* $KAME: bf_skey.c,v 1.3 2000/03/27 04:36:27 sumikawa Exp $ */
3
1/* crypto/bf/bf_skey.c */
2/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@mincom.oz.au).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

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

49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51 * SUCH DAMAGE.
52 *
53 * The licence and distribution terms for any publically available version or
54 * derivative of this code cannot be changed. i.e. this code cannot simply be
55 * copied and put under another distribution licence
56 * [including the GNU Public Licence.]
4/* crypto/bf/bf_skey.c */
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 *

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

52 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
53 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
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.]
57 *
58 * $FreeBSD: head/sys/crypto/blowfish/bf_skey.c 55009 1999-12-22 19:13:38Z shin $
59 */
60
61#include <sys/types.h>
62#include <sys/time.h>
63#include <sys/systm.h>
64#include <crypto/blowfish/blowfish.h>
65#include <crypto/blowfish/bf_locl.h>
66#include <crypto/blowfish/bf_pi.h>

--- 56 unchanged lines hidden ---
60 */
61
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>

--- 56 unchanged lines hidden ---