Deleted Added
sdiff udiff text old ( 110015 ) new ( 160819 )
full compact
1/* $FreeBSD: head/secure/lib/libcrypto/opensslconf-i386.h 110015 2003-01-29 01:06:15Z nectar $ */
2/* opensslconf.h */
3
4/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
5
6/* OpenSSL was configured with the following options: */
7#ifdef OPENSSL_ALGORITHM_DEFINES
8 /* no ciphers excluded */
9#endif
10#ifdef OPENSSL_THREAD_DEFINES
11# ifndef THREADS
12# define THREADS
13# endif
14#endif
15#ifdef OPENSSL_OTHER_DEFINES
16# ifndef NO_ASM
17# define NO_ASM
18# endif
19#endif
20
21/* crypto/opensslconf.h.in */
22
23/* Generate 80386 code? */
24#undef I386_ONLY
25
26#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
27#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
28#define OPENSSLDIR "/etc/ssl"
29#endif
30#endif
31
32#define OPENSSL_UNISTD <unistd.h>
33
34#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
35#define IDEA_INT unsigned int
36#endif
37
38#if defined(HEADER_MD2_H) && !defined(MD2_INT)
39#define MD2_INT unsigned int
40#endif
41

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

59/*
60 * This enables code handling data aligned at natural CPU word
61 * boundary. See crypto/rc4/rc4_enc.c for further details.
62 */
63#undef RC4_CHUNK
64#endif
65#endif
66
67#if (defined(HEADER_DES_H) || defined(HEADER_NEW_DES_H)) && !defined(DES_LONG)
68/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
69 * %20 speed up (longs are 8 bytes, int's are 4). */
70#ifndef DES_LONG
71#define DES_LONG unsigned long
72#endif
73#endif
74
75#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)

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

168# define DES_PTR
169# define DES_RISC1
170# define DES_UNROLL
171#endif /* Systems-specific speed defines */
172#endif
173
174#endif /* DES_DEFAULT_OPTIONS */
175#endif /* HEADER_DES_LOCL_H */
176/* The Kerberos 5 support is MIT-specific. */
177#define OPENSSL_NO_KRB5