Deleted Added
full compact
krb5_locl.h (78536) krb5_locl.h (90929)
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: krb5_locl.h,v 1.66 2001/05/10 15:31:34 assar Exp $ */
35/* $FreeBSD: head/crypto/heimdal/lib/krb5/krb5_locl.h 78536 2001-06-21 02:21:57Z assar $ */
34/* $Id: krb5_locl.h,v 1.67 2001/08/22 20:30:30 assar Exp $ */
35/* $FreeBSD: head/crypto/heimdal/lib/krb5/krb5_locl.h 90929 2002-02-19 15:50:30Z 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

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

105#endif
106#ifdef HAVE_SYS_FILIO_H
107#include <sys/filio.h>
108#endif
109#include <roken.h>
110#include <parse_time.h>
111#include <base64.h>
112
36
37#ifndef __KRB5_LOCL_H__
38#define __KRB5_LOCL_H__
39
40#ifdef HAVE_CONFIG_H
41#include <config.h>
42#endif
43

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

105#endif
106#ifdef HAVE_SYS_FILIO_H
107#include <sys/filio.h>
108#endif
109#include <roken.h>
110#include <parse_time.h>
111#include <base64.h>
112
113#ifdef HAVE_OPENSSL_DES_H
113#ifdef HAVE_OPENSSL
114#include <openssl/des.h>
114#include <openssl/des.h>
115#else
116#include <des.h>
117#endif
118#ifdef HAVE_OPENSSL_MD4_H
119#include <openssl/md4.h>
115#include <openssl/md4.h>
120#else
121#include <md4.h>
122#endif
123#ifdef HAVE_OPENSSL_MD5_H
124#include <openssl/md5.h>
116#include <openssl/md5.h>
125#else
126#include <md5.h>
127#endif
128#ifdef HAVE_OPENSSL_SHA_H
129#include <openssl/sha.h>
117#include <openssl/sha.h>
130#else
131#include <sha.h>
132#endif
133#ifdef HAVE_OPENSSL_RC4_H
134#include <openssl/rc4.h>
135#else
118#include <openssl/rc4.h>
119#else
120#include <des.h>
121#include <md4.h>
122#include <md5.h>
123#include <sha.h>
136#include <rc4.h>
137#endif
138
139#include <krb5_asn1.h>
140#include <der.h>
141
142#include <krb5.h>
143#include <krb5_err.h>

--- 15 unchanged lines hidden ---
124#include <rc4.h>
125#endif
126
127#include <krb5_asn1.h>
128#include <der.h>
129
130#include <krb5.h>
131#include <krb5_err.h>

--- 15 unchanged lines hidden ---