Re: cvs commit: apr-util/crypto apr_sha1.c

2001-01-19 Thread Greg Stein
why? because I hadn't reconfig'd in APR, so I didn't see the type in any .h file. so I figured "an oopsy" and put the thing into the .c file. IOW, my mistake :-) I've reversed this. Cheers, -g On Fri, Jan 19, 2001 at 06:39:15AM -0600, William A. Rowe, Jr. wrote: > > gstein 01/01/19 01:19:5

RE: cvs commit: apr-util/crypto apr_sha1.c

2001-01-19 Thread William A. Rowe, Jr.
> gstein 01/01/19 01:19:53 > > Modified:crypto apr_sha1.c > Log: > add a missing type back in. this used to be AP_BYTE. > > Revision ChangesPath > 1.22 +2 -0 apr-util/crypto/apr_sha1.c Why? Please see apr.hw/apr.h.in. > Index: apr_sha1.c > =