summaryrefslogtreecommitdiffstats
path: root/security/nss/lib/dbm/src/h_func.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/dbm/src/h_func.c')
-rw-r--r--security/nss/lib/dbm/src/h_func.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/lib/dbm/src/h_func.c b/security/nss/lib/dbm/src/h_func.c
index 0d8734e8b..897060992 100644
--- a/security/nss/lib/dbm/src/h_func.c
+++ b/security/nss/lib/dbm/src/h_func.c
@@ -52,7 +52,7 @@ static uint32 hash3(const void *, size_t);
static uint32 hash4(const void *, size_t);
/* Global default hash function */
-uint32 (*__default_hash)(const void *, size_t) = hash4;
+uint32 (*dbm_default_hash)(const void *, size_t) = hash4;
/*
* HASH FUNCTIONS
@@ -205,3 +205,4 @@ hash4(const void *keyarg, register size_t len)
}
return (h);
}
+