diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 23:54:04 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 23:54:04 +0000 |
| commit | 69160b1eb704d1931b536a65fcf50757ddbfc469 (patch) | |
| tree | 797ad825cd6005b210c12cc519012e2266372988 /lib/libmd | |
| parent | bf76ba7826cccd30f0d1dff0d5cfddfdab361679 (diff) | |
Notes
Diffstat (limited to 'lib/libmd')
| -rw-r--r-- | lib/libmd/md5c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c index 79d9f49236d3..954d7f80c821 100644 --- a/lib/libmd/md5c.c +++ b/lib/libmd/md5c.c @@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$"); #include <sys/md5.h> -static void MD5Transform __P((u_int32_t [4], const unsigned char [64])); +static void MD5Transform(u_int32_t [4], const unsigned char [64]); #ifdef _KERNEL #define memset(x,y,z) bzero(x,z); |
