BSIZE -> des_BSIZE to avoid conflicts with AIX jfs/fsparam.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8884 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -83,7 +83,7 @@ des_cblock (*iv);
|
||||
|
||||
if (outbuf == NULL)
|
||||
{
|
||||
outbuf=(char *)malloc(BSIZE+HDRSIZE);
|
||||
outbuf=(char *)malloc(des_BSIZE+HDRSIZE);
|
||||
if (outbuf == NULL) return(-1);
|
||||
}
|
||||
/* If we are sending less than 8 bytes, the same char will look
|
||||
|
Reference in New Issue
Block a user