Fix slapd_crypt declaration

This commit is contained in:
Howard Chu 2005-03-18 06:12:54 +00:00
parent afe12db0d1
commit f77233d2ea

View 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;