Deleted Added
sdiff udiff text old ( 106130 ) new ( 113911 )
full compact
1/* $OpenBSD: includes.h,v 1.17 2002/01/26 16:44:22 stevesk Exp $ */
2/* $FreeBSD: head/crypto/openssh/includes.h 113911 2003-04-23 17:13:13Z 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

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

153#ifdef HAVE_IA_H
154# include <ia.h>
155#endif
156
157#ifdef HAVE_TMPDIR_H
158# include <tmpdir.h>
159#endif
160
161#ifdef HAVE_LIBUTIL_H
162# include <libutil.h> /* Openpty on FreeBSD at least */
163#endif
164
165#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
166
167#include "defines.h"
168
169#include "version.h"
170#include "openbsd-compat/openbsd-compat.h"
171#include "openbsd-compat/bsd-cygwin_util.h"
172#include "openbsd-compat/bsd-nextstep.h"
173
174#include "entropy.h"
175
176#endif /* INCLUDES_H */