Deleted Added
full compact
ktutil_locl.h (57428) ktutil_locl.h (72448)
1/*
2 * Copyright (c) 1997 - 2000 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:

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

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.11 2000/02/07 04:26:37 assar Exp $
1/*
2 * Copyright (c) 1997 - 2000 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:

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

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.11 2000/02/07 04:26:37 assar Exp $
36 * $FreeBSD: head/crypto/heimdal/admin/ktutil_locl.h 57428 2000-02-24 13:37:41Z markm $
36 * $FreeBSD: head/crypto/heimdal/admin/ktutil_locl.h 72448 2001-02-13 16:52:56Z assar $
37 */
38
39#ifndef __KTUTIL_LOCL_H__
40#define __KTUTIL_LOCL_H__
41
42#ifdef HAVE_CONFIG_H
43#include <config.h>
44#endif
45#include <stdio.h>
46#include <stdlib.h>
47#include <string.h>
48#include <errno.h>
49#ifdef HAVE_FCNTL_H
50#include <fcntl.h>
51#endif
52#ifdef HAVE_UNISTD_H
53#include <unistd.h>
54#endif
37 */
38
39#ifndef __KTUTIL_LOCL_H__
40#define __KTUTIL_LOCL_H__
41
42#ifdef HAVE_CONFIG_H
43#include <config.h>
44#endif
45#include <stdio.h>
46#include <stdlib.h>
47#include <string.h>
48#include <errno.h>
49#ifdef HAVE_FCNTL_H
50#include <fcntl.h>
51#endif
52#ifdef HAVE_UNISTD_H
53#include <unistd.h>
54#endif
55#include <parse_time.h>
55#include <roken.h>
56
57#include <openssl/des.h>
58
59#include <krb5.h>
60#include <kadm5/admin.h>
61#include <kadm5/kadm5_err.h>
62

--- 20 unchanged lines hidden ---
56#include <roken.h>
57
58#include <openssl/des.h>
59
60#include <krb5.h>
61#include <kadm5/admin.h>
62#include <kadm5/kadm5_err.h>
63

--- 20 unchanged lines hidden ---