Deleted Added
full compact
e_os.h (72613) e_os.h (79998)
1/* e_os.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

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

219# endif
220# ifndef R_OK
221# define R_OK 4
222# endif
223# define OPENSSL_CONF "openssl.cnf"
224# define SSLEAY_CONF OPENSSL_CONF
225# define NUL_DEV "nul"
226# define RFILE ".rnd"
1/* e_os.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

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

219# endif
220# ifndef R_OK
221# define R_OK 4
222# endif
223# define OPENSSL_CONF "openssl.cnf"
224# define SSLEAY_CONF OPENSSL_CONF
225# define NUL_DEV "nul"
226# define RFILE ".rnd"
227# define DEFAULT_HOME "C:"
227
228#else /* The non-microsoft world world */
229
230# if defined(__VMS) && !defined(VMS)
231# define VMS 1
232# endif
233
234# ifdef VMS

--- 237 unchanged lines hidden ---
228
229#else /* The non-microsoft world world */
230
231# if defined(__VMS) && !defined(VMS)
232# define VMS 1
233# endif
234
235# ifdef VMS

--- 237 unchanged lines hidden ---