git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 9905c5d171ad8b457e160ee2b5ba98dd1cbf4d12

Fix compile warnings

Aman Gupta committed on 12/20/2010, 7:57:27 PM
Parent: 5a6f76975438236963b3e283d27a3706feab8533

Files changed

ext/mri/bcrypt.cchanged
ext/mri/bcrypt.cView
@@ -76,12 +76,12 @@
7676 static void encode_salt(char *, uint8_t *, uint16_t, uint8_t);
7777 static void encode_base64(uint8_t *, uint8_t *, uint16_t);
7878 static void decode_base64(uint8_t *, uint16_t, uint8_t *);
7979
80-const static uint8_t Base64Code[] =
80+static const uint8_t Base64Code[] =
8181 "./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
8282
83-const static uint8_t index_64[128] = {
83+static const uint8_t index_64[128] = {
8484 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
8585 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
8686 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
8787 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,

Built with git-ssb-web