summaryrefslogtreecommitdiff
path: root/ext/standard/crypt_freesec.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-07-28 16:33:17 +0000
committerPierre Joye <pajoye@php.net>2008-07-28 16:33:17 +0000
commitd4b0beb322aa0b09633e6761ffdf40c5edbc04df (patch)
treedcbd1cf431f0d61e8f7fab37cfbb00d5efa1c004 /ext/standard/crypt_freesec.c
parent1da16cef08035a3efe1ce5238a171f34c26ed6ed (diff)
downloadphp-git-d4b0beb322aa0b09633e6761ffdf40c5edbc04df.tar.gz
- MFH: vc6 is picky about brackets when used with a defined type...
Diffstat (limited to 'ext/standard/crypt_freesec.c')
-rw-r--r--ext/standard/crypt_freesec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/crypt_freesec.c b/ext/standard/crypt_freesec.c
index bc74d1cb2c..c30616eed7 100644
--- a/ext/standard/crypt_freesec.c
+++ b/ext/standard/crypt_freesec.c
@@ -172,7 +172,7 @@ static u_int32_t bits32[32] =
static u_char bits8[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 };
-static u_char ascii64[] =
+static unsigned char ascii64[] =
"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
/* 0000000000111111111122222222223333333333444444444455555555556666 */
/* 0123456789012345678901234567890123456789012345678901234567890123 */