Deleted Added
full compact
krb5_locl.h (102647) krb5_locl.h (103426)
1/*
2 * Copyright (c) 1997-2002 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-2002 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: krb5_locl.h,v 1.69 2002/08/12 15:09:19 joda Exp $ */
35/* $FreeBSD: head/crypto/heimdal/lib/krb5/krb5_locl.h 102647 2002-08-30 21:25:14Z nectar $ */
34/* $Id: krb5_locl.h,v 1.71 2002/09/10 20:10:45 joda Exp $ */
35/* $FreeBSD: head/crypto/heimdal/lib/krb5/krb5_locl.h 103426 2002-09-16 21:07:11Z nectar $ */
36
37#ifndef __KRB5_LOCL_H__
38#define __KRB5_LOCL_H__
39
40#ifdef HAVE_CONFIG_H
41#include <config.h>
42#endif
43
44#include <errno.h>
45#include <ctype.h>
46#include <string.h>
47#include <stdio.h>
48#include <stdlib.h>
36
37#ifndef __KRB5_LOCL_H__
38#define __KRB5_LOCL_H__
39
40#ifdef HAVE_CONFIG_H
41#include <config.h>
42#endif
43
44#include <errno.h>
45#include <ctype.h>
46#include <string.h>
47#include <stdio.h>
48#include <stdlib.h>
49#include <limits.h>
49
50#ifdef HAVE_SYS_TYPES_H
51#include <sys/types.h>
52#endif
53#ifdef HAVE_UNISTD_H
54#include <unistd.h>
55#endif
56#ifdef HAVE_FCNTL_H

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

108#endif
109#ifdef HAVE_SYS_FILE_H
110#include <sys/file.h>
111#endif
112#include <roken.h>
113#include <parse_time.h>
114#include <base64.h>
115
50
51#ifdef HAVE_SYS_TYPES_H
52#include <sys/types.h>
53#endif
54#ifdef HAVE_UNISTD_H
55#include <unistd.h>
56#endif
57#ifdef HAVE_FCNTL_H

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

109#endif
110#ifdef HAVE_SYS_FILE_H
111#include <sys/file.h>
112#endif
113#include <roken.h>
114#include <parse_time.h>
115#include <base64.h>
116
116#ifdef HAVE_OPENSSL
117#include <openssl/des.h>
118#include <openssl/md4.h>
119#include <openssl/md5.h>
120#include <openssl/sha.h>
121#include <openssl/rc4.h>
122#else
123#include <des.h>
124#include <md4.h>
125#include <md5.h>
126#include <sha.h>
127#include <rc4.h>
128#endif
117#include "crypto-headers.h"
129
130#include <krb5_asn1.h>
131#include <der.h>
132
133#include <krb5.h>
134#include <krb5_err.h>
135#include <asn1_err.h>
136#include <krb5-private.h>

--- 13 unchanged lines hidden ---
118
119#include <krb5_asn1.h>
120#include <der.h>
121
122#include <krb5.h>
123#include <krb5_err.h>
124#include <asn1_err.h>
125#include <krb5-private.h>

--- 13 unchanged lines hidden ---