mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix headers (ITS#3896)
This commit is contained in:
parent
06f8a27771
commit
3d69f55986
2 changed files with 2 additions and 2 deletions
|
|
@ -12,12 +12,12 @@
|
|||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <lber.h>
|
||||
#include <lber_pvt.h> /* BER_BVC definition */
|
||||
#include "lutil.h"
|
||||
#include <ac/string.h>
|
||||
|
||||
#ifdef HAVE_KRB5
|
||||
#include <krb5.h>
|
||||
|
|
|
|||
|
|
@ -12,13 +12,13 @@
|
|||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <lber.h>
|
||||
#include <lber_pvt.h>
|
||||
#include "lutil.h"
|
||||
#include "lutil_md5.h"
|
||||
#include <ac/string.h>
|
||||
|
||||
static LUTIL_PASSWD_CHK_FUNC chk_ns_mta_md5;
|
||||
static const struct berval scheme = BER_BVC("{NS-MTA-MD5}");
|
||||
|
|
|
|||
Loading…
Reference in a new issue