git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit b8d97378b058bacd46d6da6790ead6a8ef976302

Ok, trying now.

git-svn-id: http://bcrypt-ruby.rubyforge.org/svn/trunk@34 b1e0f299-433e-4bb3-9895-84128a6cfb6a
codahale committed on 6/7/2007, 4:34:29 PM
Parent: ec433232aea905b3118c3b27e39df77388ee550c

Files changed

ext/bcrypt.cchanged
ext/bcrypt.cView
@@ -60,9 +60,8 @@
6060 #include <stdio.h>
6161 #include <stdlib.h>
6262 #include <sys/types.h>
6363 #include <string.h>
64-#include "blf.h"
6564
6665 /* Add this type so we'll compile nicely on Solaris.
6766 Thanks to Jeremy LaTrasse and the Twitter crew. */
6867 #ifdef __sun
@@ -71,8 +70,10 @@
7170 #define u_int32_t uint32_t
7271 #define u_int64_t uint64_t
7372 #endif
7473
74 +#include "blf.h"
75 +
7576 /* This implementation is adaptable to current computing power.
7677 * You can have up to 2^31 rounds which should be enough for some
7778 * time to come.
7879 */

Built with git-ssb-web