Deleted Added
full compact
hashlen.c (29967) hashlen.c (59121)
1/* hashlen.c: The opiehashlen() library function.
2
3%%% copyright-cmetz-96
1/* hashlen.c: The opiehashlen() 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 Created by cmetz for OPIE 2.3.
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 Created by cmetz for OPIE 2.3.
12
13$FreeBSD: head/contrib/opie/libopie/hashlen.c 59121 2000-04-10 11:18:54Z kris $
12*/
13
14#include "opie_cfg.h"
15#include "opie.h"
16
17#include <md4.h>
18#include <md5.h>
19

--- 38 unchanged lines hidden ---
14*/
15
16#include "opie_cfg.h"
17#include "opie.h"
18
19#include <md4.h>
20#include <md5.h>
21

--- 38 unchanged lines hidden ---