History log of /netbsd-src/include/md2.h (Results 1 – 9 of 9)
Revision Date Author Comments
# e4473f94 19-Jan-2024 christos <christos@NetBSD.org>

Add missing decls


# f8570f8a 01-Aug-2023 mrg <mrg@NetBSD.org>

fix simple mis-matched function prototype and definitions.

most of these are like, eg

void foo(int[2]);

with either of these

void foo(int*) { ... }
void foo(int[]) { ... }

in some cases

fix simple mis-matched function prototype and definitions.

most of these are like, eg

void foo(int[2]);

with either of these

void foo(int*) { ... }
void foo(int[]) { ... }

in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.

found by GCC 12.

show more ...


# 4fda2f64 01-Jul-2016 christos <christos@NetBSD.org>

define block length


# 5f65228b 26-Dec-2005 perry <perry@NetBSD.org>

u_intN_t -> uintN_t


# af4a812a 25-Sep-2005 xtraeme <xtraeme@NetBSD.org>

Add missing prototype for the MD5FileChunk() function. (hi elad!)


# b8cc6b61 24-Sep-2005 elad <elad@NetBSD.org>

Fix prototype.


# 8b546d68 24-Sep-2005 elad <elad@NetBSD.org>

Define MD2_DIGEST_LENGTH and MD2_DIGEST_STRING_LENGTH.
Noted by xtraeme@.


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


# c5325e7e 19-Mar-2001 atatat <atatat@NetBSD.org>

Oops. Forgot md2.h header file.