X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fcrypt%2Fcrypt_md5.c;h=6e75b36cbd6b981940089480630f1fec68183fa7;hb=e864ddc36819814b3b9ed17620459d66add512d3;hp=70ab8b999a92a21b6174ba4d0ae76c43918c2725;hpb=30779ee1aa7601eb4bd7409809a8a4f06d2a4360;p=musl diff --git a/src/crypt/crypt_md5.c b/src/crypt/crypt_md5.c index 70ab8b99..6e75b36c 100644 --- a/src/crypt/crypt_md5.c +++ b/src/crypt/crypt_md5.c @@ -182,7 +182,7 @@ static void md5_update(struct md5 *s, const void *m, unsigned long len) #define KEY_MAX 30000 #define SALT_MAX 8 -static unsigned char b64[] = +static const unsigned char b64[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; static char *to64(char *s, unsigned int u, int n)