Skip to content
Snippets Groups Projects
Commit 3d69f559 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix headers (ITS#3896)

parent 06f8a277
Branches
Tags
No related merge requests found
......@@ -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}");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment