gstein 01/01/19 05:25:45
Modified: crypto apr_sha1.c Log: reverse the prior commit. apr_byte_t is defined in apr/include/apr.h(.in) Revision Changes Path 1.23 +0 -2 apr-util/crypto/apr_sha1.c Index: apr_sha1.c =================================================================== RCS file: /home/cvs/apr-util/crypto/apr_sha1.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -u -r1.22 -r1.23 --- apr_sha1.c 2001/01/19 09:19:53 1.22 +++ apr_sha1.c 2001/01/19 13:25:45 1.23 @@ -119,8 +119,6 @@ #define SHA_BLOCKSIZE 64 -typedef unsigned char apr_byte_t; - #if APR_CHARSET_EBCDIC static apr_xlate_t *ebcdic2ascii_xlate;
