mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix slapd_crypt declaration
This commit is contained in:
parent
afe12db0d1
commit
f77233d2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue