]> git.sur5r.net Git - openldap/commitdiff
Fix slapd_crypt declaration
authorHoward Chu <hyc@openldap.org>
Fri, 18 Mar 2005 06:12:54 +0000 (06:12 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 18 Mar 2005 06:12:54 +0000 (06:12 +0000)
servers/slapd/passwd.c

index 3b5cac6d7b5635d7c5eba23b1d304ad9c5a38091..0480f3216c50e92303a92fa792f7e0eb74a67067 100644 (file)
@@ -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;