Moved generic string and data hashing and comparison functions
[silc.git] / lib / silcskr / silcskr.c
index be2f86920feac522c6bd1093d2a8c929662c01d6..7459d43242a02a9f49eb4d3aec58c6604cc176e0 100644 (file)
@@ -168,7 +168,7 @@ static SilcUInt32 silc_skr_hash(void *key, void *user_context)
     break;
   }
 
-  return type->type + silc_hash_string(type->data, user_context);
+  return type->type + silc_hash_string_case(type->data, user_context);
 }
 
 /* Hash table comparison function for key entries */