From f77233d2eac9d17d03b49fbf4d34f20904e95123 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 18 Mar 2005 06:12:54 +0000 Subject: [PATCH] Fix slapd_crypt declaration --- servers/slapd/passwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/passwd.c b/servers/slapd/passwd.c index 3b5cac6d7b..0480f3216c 100644 --- a/servers/slapd/passwd.c +++ b/servers/slapd/passwd.c @@ -495,7 +495,7 @@ slap_passwd_hash( static ldap_pvt_thread_mutex_t passwd_mutex; static lutil_cryptfunc slapd_crypt; -int slapd_crypt( const char *key, const char *salt, char **hash ) +static int slapd_crypt( const char *key, const char *salt, char **hash ) { char *cr; int rc; -- 2.39.5