> 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 Changes Path > 1.22 +2 -0 apr-util/crypto/apr_sha1.c
Why? Please see apr.hw/apr.h.in. > Index: apr_sha1.c > =================================================================== > RCS file: /home/cvs/apr-util/crypto/apr_sha1.c,v > retrieving revision 1.21 > retrieving revision 1.22 > diff -u -u -r1.21 -r1.22 > --- apr_sha1.c 2001/01/19 07:02:02 1.21 > +++ apr_sha1.c 2001/01/19 09:19:53 1.22 > @@ -119,6 +119,8 @@ > > #define SHA_BLOCKSIZE 64 > > +typedef unsigned char apr_byte_t; > + > #if APR_CHARSET_EBCDIC > static apr_xlate_t *ebcdic2ascii_xlate; > > > > >
