Deleted Added
full compact
opensslconf-powerpc.h (194207) opensslconf-powerpc.h (211934)
1/* $FreeBSD: head/secure/lib/libcrypto/opensslconf-powerpc.h 194207 2009-06-14 19:46:18Z simon $ */
1/* $FreeBSD: head/secure/lib/libcrypto/opensslconf-powerpc.h 211934 2010-08-28 15:03:11Z nwhitehorn $ */
2/* opensslconf.h */
3/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
4
5/* OpenSSL was configured with the following options: */
6#ifndef OPENSSL_DOING_MAKEDEPEND
7
8/* Disabled by default in OpenSSL 0.9.8. */
9#ifndef OPENSSL_NO_CAMELLIA

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

105#undef RC4_CHUNK
106#endif
107#endif
108
109#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
110/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
111 * %20 speed up (longs are 8 bytes, int's are 4). */
112#ifndef DES_LONG
2/* opensslconf.h */
3/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
4
5/* OpenSSL was configured with the following options: */
6#ifndef OPENSSL_DOING_MAKEDEPEND
7
8/* Disabled by default in OpenSSL 0.9.8. */
9#ifndef OPENSSL_NO_CAMELLIA

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

105#undef RC4_CHUNK
106#endif
107#endif
108
109#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
110/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
111 * %20 speed up (longs are 8 bytes, int's are 4). */
112#ifndef DES_LONG
113#define DES_LONG unsigned long
113#define DES_LONG unsigned int
114#endif
115#endif
116
117#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
118#define CONFIG_HEADER_BN_H
114#endif
115#endif
116
117#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
118#define CONFIG_HEADER_BN_H
119#ifdef __powerpc64__
120#undef BN_LLONG
121#else
119#define BN_LLONG
122#define BN_LLONG
123#endif
120
121/* Should we define BN_DIV2W here? */
122
123/* Only one for the following should be defined */
124/* The prime number generation stuff may not work when
125 * EIGHT_BIT but I don't care since I've only used this mode
126 * for debuging the bignum libraries */
124
125/* Should we define BN_DIV2W here? */
126
127/* Only one for the following should be defined */
128/* The prime number generation stuff may not work when
129 * EIGHT_BIT but I don't care since I've only used this mode
130 * for debuging the bignum libraries */
131#ifdef __powerpc64__
132#define SIXTY_FOUR_BIT_LONG
133#undef THIRTY_TWO_BIT
134#else
127#undef SIXTY_FOUR_BIT_LONG
135#undef SIXTY_FOUR_BIT_LONG
128#undef SIXTY_FOUR_BIT
129#define THIRTY_TWO_BIT
136#define THIRTY_TWO_BIT
137#endif
138#undef SIXTY_FOUR_BIT
130#undef SIXTEEN_BIT
131#undef EIGHT_BIT
132#endif
133
134#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H)
135#define CONFIG_HEADER_RC4_LOCL_H
136/* if this is defined data[i] is used instead of *data, this is a %20
137 * speedup on x86 */

--- 80 unchanged lines hidden ---
139#undef SIXTEEN_BIT
140#undef EIGHT_BIT
141#endif
142
143#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H)
144#define CONFIG_HEADER_RC4_LOCL_H
145/* if this is defined data[i] is used instead of *data, this is a %20
146 * speedup on x86 */

--- 80 unchanged lines hidden ---