NetBSD-5.0.2/lib/libc/hash/sha2/sha384hl.c

Compare this file to the similar file:
Show the results in this format:

/* $NetBSD: sha384hl.c,v 1.8 2008/04/13 02:04:32 dholland Exp $ */

/*
 * Derived from code written by Jason R. Thorpe <thorpej@NetBSD.org>,
 * April 29, 1997.
 * Public domain.
 */

#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: sha384hl.c,v 1.8 2008/04/13 02:04:32 dholland Exp $");
#endif /* LIBC_SCCS and not lint */

#define	HASH_ALGORITHM	SHA384
#define	HASH_FNPREFIX	SHA384_
#define HASH_INCLUDE	<sys/sha2.h>

#include "../hashhl.c"