Deleted Added
full compact
sha.h (44301) sha.h (50476)
1/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2 * All rights reserved.
3 *
4 * This package is an SSL implementation written
5 * by Eric Young (eay@cryptsoft.com).
6 * The implementation was written so as to conform with Netscapes SSL.
7 *
8 * This library is free for commercial and non-commercial use as long as

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

49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
51 *
52 * The licence and distribution terms for any publically available version or
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
54 * copied and put under another distribution licence
55 * [including the GNU Public Licence.]
56 *
1/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2 * All rights reserved.
3 *
4 * This package is an SSL implementation written
5 * by Eric Young (eay@cryptsoft.com).
6 * The implementation was written so as to conform with Netscapes SSL.
7 *
8 * This library is free for commercial and non-commercial use as long as

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

49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
51 *
52 * The licence and distribution terms for any publically available version or
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
54 * copied and put under another distribution licence
55 * [including the GNU Public Licence.]
56 *
57 * $Id: sha.h,v 1.1 1999/02/26 04:24:56 wollman Exp $
57 * $FreeBSD: head/lib/libmd/sha.h 50476 1999-08-28 00:22:10Z peter $
58 */
59
60#ifndef _SHA_H_
61#define _SHA_H_ 1
62
63#include <sys/cdefs.h>
64#include <sys/types.h> /* XXX switch to machine/ansi.h and __ types */
65

--- 31 unchanged lines hidden ---
58 */
59
60#ifndef _SHA_H_
61#define _SHA_H_ 1
62
63#include <sys/cdefs.h>
64#include <sys/types.h> /* XXX switch to machine/ansi.h and __ types */
65

--- 31 unchanged lines hidden ---