Commit 62fc1729c7b2f9ad485afb1f4b948b89dad341b6
Committing actual results of testing on Solaris.
git-svn-id: http://bcrypt-ruby.rubyforge.org/svn/trunk@36 b1e0f299-433e-4bb3-9895-84128a6cfb6acodahale committed on 6/7/2007, 9:40:10 PM
Parent: 74ca7141594d4c182232f642ec2a683aeeb3788e
Files changed
ext/bcrypt.c | changed |
ext/bcrypt_ext.c | changed |
ext/blf.h | changed |
ext/bcrypt.c | ||
---|---|---|
@@ -60,18 +60,8 @@ | ||
60 | 60 | |
61 | 61 | |
62 | 62 | |
63 | 63 | |
64 | - | |
65 | -/* Add this type so we'll compile nicely on Solaris. | |
66 | - Thanks to Jeremy LaTrasse and the Twitter crew. */ | |
67 | - | |
68 | - | |
69 | - | |
70 | - | |
71 | - | |
72 | - | |
73 | - | |
74 | 64 | |
75 | 65 | |
76 | 66 | /* This implementation is adaptable to current computing power. |
77 | 67 | * You can have up to 2^31 rounds which should be enough for some |
ext/bcrypt_ext.c | ||
---|---|---|
@@ -1,5 +1,6 @@ | ||
1 | 1 | |
2 | + | |
2 | 3 | |
3 | 4 | char *bcrypt_gensalt(u_int8_t, u_int8_t *); |
4 | 5 | char *bcrypt(const char *, const char *); |
5 | 6 |
ext/blf.h | ||
---|---|---|
@@ -30,8 +30,17 @@ | ||
30 | 30 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
31 | 31 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
32 | 32 | */ |
33 | 33 | |
34 | +/* Add this type so we'll compile nicely on Solaris. | |
35 | + Thanks to Jeremy LaTrasse and the Twitter crew. */ | |
36 | + | |
37 | + | |
38 | + | |
39 | + | |
40 | + | |
41 | + | |
42 | + | |
34 | 43 | |
35 | 44 | |
36 | 45 | |
37 | 46 | // Imported from pwd.h. <coda.hale@gmail.com> |
Built with git-ssb-web