Deleted Added
full compact
includes.h (99056) includes.h (106130)
1/* $OpenBSD: includes.h,v 1.17 2002/01/26 16:44:22 stevesk Exp $ */
1/* $OpenBSD: includes.h,v 1.17 2002/01/26 16:44:22 stevesk Exp $ */
2/* $FreeBSD: head/crypto/openssh/includes.h 99056 2002-06-29 11:22:20Z des $ */
2/* $FreeBSD: head/crypto/openssh/includes.h 106130 2002-10-29 10:16:02Z des $ */
3
4/*
5 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
7 * All rights reserved
8 * This file includes most of the needed system headers.
9 *
10 * As far as I am concerned, the code I have written for this software

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

111#endif
112#ifdef HAVE_SYS_BSDTTY_H
113# include <sys/bsdtty.h>
114#endif
115#include <sys/param.h> /* For MAXPATHLEN and roundup() */
116#ifdef HAVE_SYS_UN_H
117# include <sys/un.h> /* For sockaddr_un */
118#endif
3
4/*
5 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
7 * All rights reserved
8 * This file includes most of the needed system headers.
9 *
10 * As far as I am concerned, the code I have written for this software

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

111#endif
112#ifdef HAVE_SYS_BSDTTY_H
113# include <sys/bsdtty.h>
114#endif
115#include <sys/param.h> /* For MAXPATHLEN and roundup() */
116#ifdef HAVE_SYS_UN_H
117# include <sys/un.h> /* For sockaddr_un */
118#endif
119#ifdef HAVE_STDINT_H
120# include <stdint.h>
121#endif
119#ifdef HAVE_SYS_BITYPES_H
120# include <sys/bitypes.h> /* For u_intXX_t */
121#endif
122#ifdef HAVE_SYS_CDEFS_H
123# include <sys/cdefs.h> /* For __P() */
124#endif
125#ifdef HAVE_SYS_STAT_H
126# include <sys/stat.h> /* For S_* constants and macros */

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

142#endif
143#ifdef USE_PAM
144# include <security/pam_appl.h>
145#endif
146#ifdef HAVE_READPASSPHRASE_H
147# include <readpassphrase.h>
148#endif
149
122#ifdef HAVE_SYS_BITYPES_H
123# include <sys/bitypes.h> /* For u_intXX_t */
124#endif
125#ifdef HAVE_SYS_CDEFS_H
126# include <sys/cdefs.h> /* For __P() */
127#endif
128#ifdef HAVE_SYS_STAT_H
129# include <sys/stat.h> /* For S_* constants and macros */

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

145#endif
146#ifdef USE_PAM
147# include <security/pam_appl.h>
148#endif
149#ifdef HAVE_READPASSPHRASE_H
150# include <readpassphrase.h>
151#endif
152
153#ifdef HAVE_IA_H
154# include <ia.h>
155#endif
156
157#ifdef HAVE_TMPDIR_H
158# include <tmpdir.h>
159#endif
160
150#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
151
152#include "defines.h"
153
154#include "version.h"
155#include "openbsd-compat/openbsd-compat.h"
156#include "openbsd-compat/bsd-cygwin_util.h"
157#include "openbsd-compat/bsd-nextstep.h"
158
159#include "entropy.h"
160
161#endif /* INCLUDES_H */
161#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
162
163#include "defines.h"
164
165#include "version.h"
166#include "openbsd-compat/openbsd-compat.h"
167#include "openbsd-compat/bsd-cygwin_util.h"
168#include "openbsd-compat/bsd-nextstep.h"
169
170#include "entropy.h"
171
172#endif /* INCLUDES_H */