]> git.sur5r.net Git - openldap/blobdiff - include/lutil.h
Export pw_string64 as lutil_passwd_string64
[openldap] / include / lutil.h
index c7f33a06d1b904ae54dbe05b88669d850337dcd8..d244e77a76c203581528c35c54ecf4322e73a209 100644 (file)
@@ -143,6 +143,13 @@ LDAP_LUTIL_F( int )
 lutil_salt_format LDAP_P((
        const char *format ));
 
+LDAP_LUTIL_F( int )
+lutil_passwd_string64 LDAP_P((
+       const struct berval *sc,
+       const struct berval *hash,
+       struct berval *b64,
+       const struct berval *salt ));
+
 /* utils.c */
 LDAP_LUTIL_F( char* )
 lutil_progname LDAP_P((