---

 kernel/crypto.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/kernel/crypto.c b/kernel/crypto.c
index b82f185..523e6a7 100644
--- a/kernel/crypto.c
+++ b/kernel/crypto.c
@@ -57,7 +57,10 @@ void blackberry_sha1_init(void)
        {
            info("%s(%d) - failed to load sha1", __FUNCTION__, __LINE__);
        }
-       sha1_available = 1;
+       else
+       {
+           sha1_available = 1;
+       }
 #endif
 }
 
-- 
1.6.0.3


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to