Deleted Added
full compact
headers.h (90929) headers.h (103426)
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:

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

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/*
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:

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

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/*
35 * $Id: headers.h,v 1.13 2001/08/22 20:30:25 assar Exp $
36 * $FreeBSD: head/crypto/heimdal/kdc/headers.h 90929 2002-02-19 15:50:30Z nectar $
35 * $Id: headers.h,v 1.15 2002/09/10 20:04:46 joda Exp $
36 * $FreeBSD: head/crypto/heimdal/kdc/headers.h 103426 2002-09-16 21:07:11Z nectar $
37 */
38
39#ifndef __HEADERS_H__
40#define __HEADERS_H__
41
42#ifdef HAVE_CONFIG_H
43#include <config.h>
44#endif
37 */
38
39#ifndef __HEADERS_H__
40#define __HEADERS_H__
41
42#ifdef HAVE_CONFIG_H
43#include <config.h>
44#endif
45#include <limits.h>
45#include <stdio.h>
46#include <stdlib.h>
47#include <string.h>
48#include <errno.h>
49#include <signal.h>
50#include <stdarg.h>
51#ifdef HAVE_SYS_TYPES_H
52#include <sys/types.h>

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

81#ifdef HAVE_LIBUTIL_H
82#include <libutil.h>
83#endif
84#include <err.h>
85#include <roken.h>
86#include <getarg.h>
87#include <base64.h>
88#include <parse_units.h>
46#include <stdio.h>
47#include <stdlib.h>
48#include <string.h>
49#include <errno.h>
50#include <signal.h>
51#include <stdarg.h>
52#ifdef HAVE_SYS_TYPES_H
53#include <sys/types.h>

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

82#ifdef HAVE_LIBUTIL_H
83#include <libutil.h>
84#endif
85#include <err.h>
86#include <roken.h>
87#include <getarg.h>
88#include <base64.h>
89#include <parse_units.h>
89#ifdef HAVE_OPENSSL
90#include <openssl/des.h>
91#else
92#include <des.h>
93#endif
94#include <krb5.h>
95#include <krb5_locl.h>
96#include <hdb.h>
97#include <hdb_err.h>
98#include <der.h> /* copy_octet_string */
99
100#ifdef KRB4
101#include <krb.h>

--- 12 unchanged lines hidden ---
90#include <krb5.h>
91#include <krb5_locl.h>
92#include <hdb.h>
93#include <hdb_err.h>
94#include <der.h> /* copy_octet_string */
95
96#ifdef KRB4
97#include <krb.h>

--- 12 unchanged lines hidden ---