Deleted Added
full compact
hash.c (29967) hash.c (59121)
1/* hash.c: The opiehash() library function.
2
3%%% copyright-cmetz-96
1/* hash.c: The opiehash() library function.
2
3%%% copyright-cmetz-96
4This software is Copyright 1996-1997 by Craig Metz, All Rights Reserved.
4This software is Copyright 1996-1998 by Craig Metz, All Rights Reserved.
5The Inner Net License Version 2 applies to this software.
6You should have received a copy of the license with this software. If
7you didn't get a copy, you may request one from <license@inner.net>.
8
9 History:
10
11 Updated by cmetz for OPIE 2.31. Added SHA support (which may
12 not be correct). Backed out previous optimizations as
13 they killed thread-safety.
14 Created by cmetz for OPIE 2.3 using the old hash.c as a guide.
5The Inner Net License Version 2 applies to this software.
6You should have received a copy of the license with this software. If
7you didn't get a copy, you may request one from <license@inner.net>.
8
9 History:
10
11 Updated by cmetz for OPIE 2.31. Added SHA support (which may
12 not be correct). Backed out previous optimizations as
13 they killed thread-safety.
14 Created by cmetz for OPIE 2.3 using the old hash.c as a guide.
15
16$FreeBSD: head/contrib/opie/libopie/hash.c 59121 2000-04-10 11:18:54Z kris $
15*/
16
17#include "opie_cfg.h"
18#if 0
19#include "sha.h"
20#endif /* 0 */
21#include "opie.h"
22

--- 46 unchanged lines hidden ---
17*/
18
19#include "opie_cfg.h"
20#if 0
21#include "sha.h"
22#endif /* 0 */
23#include "opie.h"
24

--- 46 unchanged lines hidden ---