Deleted Added
full compact
kpasswd_locl.h (90926) kpasswd_locl.h (103423)
1/*
2 * Copyright (c) 1997 - 2001 Kungliga Tekniska H�gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
1/*
2 * Copyright (c) 1997 - 2001 Kungliga Tekniska H�gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
34/* $Id: kpasswd_locl.h,v 1.12 2001/08/22 20:30:26 assar Exp $ */
34/* $Id: kpasswd_locl.h,v 1.13 2002/09/10 20:03:48 joda Exp $ */
35
36#ifndef __KPASSWD_LOCL_H__
37#define __KPASSWD_LOCL_H__
38
39#ifdef HAVE_CONFIG_H
40#include <config.h>
41#endif
42

--- 50 unchanged lines hidden (view full) ---

93#include <util.h>
94#endif
95#ifdef HAVE_LIBUTIL_H
96#include <libutil.h>
97#endif
98#include <err.h>
99#include <roken.h>
100#include <getarg.h>
35
36#ifndef __KPASSWD_LOCL_H__
37#define __KPASSWD_LOCL_H__
38
39#ifdef HAVE_CONFIG_H
40#include <config.h>
41#endif
42

--- 50 unchanged lines hidden (view full) ---

93#include <util.h>
94#endif
95#ifdef HAVE_LIBUTIL_H
96#include <libutil.h>
97#endif
98#include <err.h>
99#include <roken.h>
100#include <getarg.h>
101#ifdef HAVE_OPENSSL
102#include <openssl/des.h>
103#else
104#include <des.h>
105#endif
106#include <krb5.h>
101#include <krb5.h>
102#include "crypto-headers.h" /* for des_read_pw_string */
107
108#endif /* __KPASSWD_LOCL_H__ */
103
104#endif /* __KPASSWD_LOCL_H__ */