updates.
[silc.git] / lib / silccrypt / silchash.c
index 138ba09c8f14f2c0dc2e73717a63ce2bec7180c3..4ec2a925d0f39ca68134695c7a61beb5b8e4157f 100644 (file)
@@ -160,6 +160,7 @@ bool silc_hash_alloc(const unsigned char *name, SilcHash *new_hash)
     (*new_hash)->hash = entry;
     (*new_hash)->context = silc_calloc(1, entry->context_len());
     (*new_hash)->make_hash = silc_hash_make;
+    return TRUE;
   }
 
   return FALSE;