Skip to content
Snippets Groups Projects
Commit f77233d2 authored by Howard Chu's avatar Howard Chu
Browse files

Fix slapd_crypt declaration

parent afe12db0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment