Deleted Added
full compact
des_ecb.c (63249) des_ecb.c (78064)
1/* $FreeBSD: head/sys/crypto/des/des_ecb.c 62587 2000-07-04 16:35:15Z itojun $ */
2/* $KAME: des_ecb.c,v 1.3 2000/03/27 04:36:33 sumikawa Exp $ */
1/* $FreeBSD: head/sys/crypto/des/des_ecb.c 78064 2001-06-11 12:39:29Z ume $ */
2/* $KAME: des_ecb.c,v 1.5 2000/11/06 13:58:08 itojun Exp $ */
3
4/* crypto/des/ecb_enc.c */
5/* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au)
6 * All rights reserved.
7 *
8 * This file is part of an SSL implementation written
9 * by Eric Young (eay@mincom.oz.au).
10 * The implementation was written so as to conform with Netscapes SSL

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

43 * SUCH DAMAGE.
44 *
45 * The licence and distribution terms for any publically available version or
46 * derivative of this code cannot be changed. i.e. this code cannot simply be
47 * copied and put under another distribution licence
48 * [including the GNU Public Licence.]
49 */
50
3
4/* crypto/des/ecb_enc.c */
5/* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au)
6 * All rights reserved.
7 *
8 * This file is part of an SSL implementation written
9 * by Eric Young (eay@mincom.oz.au).
10 * The implementation was written so as to conform with Netscapes SSL

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

43 * SUCH DAMAGE.
44 *
45 * The licence and distribution terms for any publically available version or
46 * derivative of this code cannot be changed. i.e. this code cannot simply be
47 * copied and put under another distribution licence
48 * [including the GNU Public Licence.]
49 */
50
51#include <sys/param.h>
52#include <sys/systm.h>
51#include <crypto/des/des_locl.h>
52#include <crypto/des/spr.h>
53
54char *libdes_version="libdes v 3.24 - 20-Apr-1996 - eay";
55char *DES_version="DES part of SSLeay 0.6.4 30-Aug-1996";
56
57char *des_options()
58 {

--- 174 unchanged lines hidden ---
53#include <crypto/des/des_locl.h>
54#include <crypto/des/spr.h>
55
56char *libdes_version="libdes v 3.24 - 20-Apr-1996 - eay";
57char *DES_version="DES part of SSLeay 0.6.4 30-Aug-1996";
58
59char *des_options()
60 {

--- 174 unchanged lines hidden ---