Deleted Added
full compact
ktutil_locl.h (90929) ktutil_locl.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: ktutil_locl.h,v 1.17 2001/08/22 20:30:18 assar Exp $
36 * $FreeBSD: head/crypto/heimdal/admin/ktutil_locl.h 90929 2002-02-19 15:50:30Z nectar $
35 * $Id: ktutil_locl.h,v 1.18 2002/09/10 20:03:45 joda Exp $
36 * $FreeBSD: head/crypto/heimdal/admin/ktutil_locl.h 103426 2002-09-16 21:07:11Z nectar $
37 */
38
39#ifndef __KTUTIL_LOCL_H__
40#define __KTUTIL_LOCL_H__
41
42#ifdef HAVE_CONFIG_H
43#include <config.h>
44#endif

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

50#include <fcntl.h>
51#endif
52#ifdef HAVE_UNISTD_H
53#include <unistd.h>
54#endif
55#include <parse_time.h>
56#include <roken.h>
57
37 */
38
39#ifndef __KTUTIL_LOCL_H__
40#define __KTUTIL_LOCL_H__
41
42#ifdef HAVE_CONFIG_H
43#include <config.h>
44#endif

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

50#include <fcntl.h>
51#endif
52#ifdef HAVE_UNISTD_H
53#include <unistd.h>
54#endif
55#include <parse_time.h>
56#include <roken.h>
57
58#ifdef HAVE_OPENSSL
59#include <openssl/des.h>
60#else
61#include <des.h>
62#endif
63
58#include "crypto-headers.h"
64#include <krb5.h>
65#include <kadm5/admin.h>
66#include <kadm5/kadm5_err.h>
67
68#include <sl.h>
69#include <getarg.h>
70
71extern krb5_context context;

--- 18 unchanged lines hidden ---
59#include <krb5.h>
60#include <kadm5/admin.h>
61#include <kadm5/kadm5_err.h>
62
63#include <sl.h>
64#include <getarg.h>
65
66extern krb5_context context;

--- 18 unchanged lines hidden ---