Commit b8d97378b058bacd46d6da6790ead6a8ef976302
Ok, trying now.
git-svn-id: http://bcrypt-ruby.rubyforge.org/svn/trunk@34 b1e0f299-433e-4bb3-9895-84128a6cfb6acodahale committed on 6/7/2007, 4:34:29 PM
Parent: ec433232aea905b3118c3b27e39df77388ee550c
Files changed
ext/bcrypt.c | changed |
ext/bcrypt.c | ||
---|---|---|
@@ -60,9 +60,8 @@ | ||
60 | 60 … | |
61 | 61 … | |
62 | 62 … | |
63 | 63 … | |
64 | - | |
65 | 64 … | |
66 | 65 … | /* Add this type so we'll compile nicely on Solaris. |
67 | 66 … | Thanks to Jeremy LaTrasse and the Twitter crew. */ |
68 | 67 … | |
@@ -71,8 +70,10 @@ | ||
71 | 70 … | |
72 | 71 … | |
73 | 72 … | |
74 | 73 … | |
74 … | + | |
75 … | + | |
75 | 76 … | /* This implementation is adaptable to current computing power. |
76 | 77 … | * You can have up to 2^31 rounds which should be enough for some |
77 | 78 … | * time to come. |
78 | 79 … | */ |
Built with git-ssb-web