christos
f277b22775
fix non-portable shift.
2000-07-06 02:50:35 +00:00
christos
3974a782d3
explicitly cast to u_char
2000-07-06 02:50:22 +00:00
cyber
6dbf0c76e9
fix typo: rmd160l.c -> rmd160hl.c
2000-07-05 16:10:36 +00:00
ad
a3c934e555
- Need to #include <sys/endian.h>.
...
- ANSIfy.
2000-07-05 13:51:32 +00:00
ad
2e5803c734
- No need to include <sys/uio.h>.
...
- ANSIfy.
2000-07-05 13:49:25 +00:00
ad
90517b417b
Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4,
...
MD5 and SHA1 stuff.
2000-07-05 11:44:01 +00:00
ad
e402955a88
Insert newline after RCS ID line.
2000-07-05 11:35:36 +00:00
mycroft
605490369c
Delint.
...
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.
2000-01-22 22:19:07 +00:00
lukem
d896261208
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
...
_DIAGASSERT() is still retained.
1999-09-20 04:38:56 +00:00
lukem
b48252f365
* use _DIAGASSERT() to check pointer arguments against NULL and file
...
descriptors against -1 (as appropriate).
* add actual checks which to detect stuff that would trigger_DIAGASSERT(),
and attempt to return a sane error condition.
* knf some code
* remove some `register' decls.
the first two items result in the addition of code similar to the
following in various functions:
_DIAGASSERT(path != NULL)
#ifdef _DIAGNOSTIC
if (path == NULL) {
errno = EFAULT;
return (-1);
}
#endif
1999-09-16 11:44:54 +00:00
christos
1542ec61f2
Avoid non portable shifts.
1999-05-03 15:00:40 +00:00
christos
627b1a9458
fix unaligned access lint warning.
1999-05-03 14:37:25 +00:00
ross
548ab086f2
Urk, .Nx doesn't DTRT either.
1999-02-28 00:00:03 +00:00
ross
a502b55bc2
Don't .Xr sha1(1) until we get such a thing, but do .Xr md5(1).
...
Also, don't .Ox (?) 2.0, but do .Nx 1.4.
1999-02-27 23:11:56 +00:00
drochner
a34eb7c1b7
use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate
...
libc builds on pmax again
1999-02-24 15:05:20 +00:00
explorer
b131132411
add sha1 functions, like md5/4
1999-02-04 05:08:58 +00:00