Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: config/piii/openssl/opensslconf.h

Issue 11467016: Small patch to fix the "linux_redux" Chromium build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « config/k8/openssl/opensslconf.h ('k') | openssl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* opensslconf.h */ 1 /* opensslconf.h */
2 /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ 2 /* WARNING: Generated automatically from opensslconf.h.in by Configure. */
3 3
4 /* OpenSSL was configured with the following options: */ 4 /* OpenSSL was configured with the following options: */
5 #ifndef OPENSSL_DOING_MAKEDEPEND 5 #ifndef OPENSSL_DOING_MAKEDEPEND
6 6
7 7
8 #ifndef OPENSSL_NO_CAMELLIA 8 #ifndef OPENSSL_NO_CAMELLIA
9 # define OPENSSL_NO_CAMELLIA 9 # define OPENSSL_NO_CAMELLIA
10 #endif 10 #endif
11 #ifndef OPENSSL_NO_CAST
12 # define OPENSSL_NO_CAST
13 #endif
11 #ifndef OPENSSL_NO_CAPIENG 14 #ifndef OPENSSL_NO_CAPIENG
12 # define OPENSSL_NO_CAPIENG 15 # define OPENSSL_NO_CAPIENG
13 #endif 16 #endif
14 #ifndef OPENSSL_NO_CMS 17 #ifndef OPENSSL_NO_CMS
15 # define OPENSSL_NO_CMS 18 # define OPENSSL_NO_CMS
16 #endif 19 #endif
17 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 20 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
18 # define OPENSSL_NO_EC_NISTP_64_GCC_128 21 # define OPENSSL_NO_EC_NISTP_64_GCC_128
19 #endif 22 #endif
20 #ifndef OPENSSL_NO_FIPS 23 #ifndef OPENSSL_NO_FIPS
(...skipping 19 matching lines...) Expand all
40 #endif 43 #endif
41 #ifndef OPENSSL_NO_RFC3779 44 #ifndef OPENSSL_NO_RFC3779
42 # define OPENSSL_NO_RFC3779 45 # define OPENSSL_NO_RFC3779
43 #endif 46 #endif
44 #ifndef OPENSSL_NO_SCTP 47 #ifndef OPENSSL_NO_SCTP
45 # define OPENSSL_NO_SCTP 48 # define OPENSSL_NO_SCTP
46 #endif 49 #endif
47 #ifndef OPENSSL_NO_SEED 50 #ifndef OPENSSL_NO_SEED
48 # define OPENSSL_NO_SEED 51 # define OPENSSL_NO_SEED
49 #endif 52 #endif
53 #ifndef OPENSSL_NO_SHA0
54 # define OPENSSL_NO_SHA0
55 #endif
56 #ifndef OPENSSL_NO_WHIRLPOOL
57 # define OPENSSL_NO_WHIRLPOOL
58 #endif
50 59
51 #endif /* OPENSSL_DOING_MAKEDEPEND */ 60 #endif /* OPENSSL_DOING_MAKEDEPEND */
52 61
53 #ifndef OPENSSL_THREADS 62 #ifndef OPENSSL_THREADS
54 # define OPENSSL_THREADS 63 # define OPENSSL_THREADS
55 #endif 64 #endif
56 #ifndef OPENSSL_NO_DYNAMIC_ENGINE 65 #ifndef OPENSSL_NO_DYNAMIC_ENGINE
57 # define OPENSSL_NO_DYNAMIC_ENGINE 66 # define OPENSSL_NO_DYNAMIC_ENGINE
58 #endif 67 #endif
59 68
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 # define NO_RC5 116 # define NO_RC5
108 # endif 117 # endif
109 # if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) 118 # if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779)
110 # define NO_RFC3779 119 # define NO_RFC3779
111 # endif 120 # endif
112 # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) 121 # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED)
113 # define NO_SEED 122 # define NO_SEED
114 # endif 123 # endif
115 #endif 124 #endif
116 125
117 #define OPENSSL_CPUID_OBJ
118
119 /* crypto/opensslconf.h.in */ 126 /* crypto/opensslconf.h.in */
120 127
121 #ifdef OPENSSL_DOING_MAKEDEPEND 128 #ifdef OPENSSL_DOING_MAKEDEPEND
122 129
123 /* Include any symbols here that have to be explicitly set to enable a feature 130 /* Include any symbols here that have to be explicitly set to enable a feature
124 * that should be visible to makedepend. 131 * that should be visible to makedepend.
125 * 132 *
126 * [Our "make depend" doesn't actually look at this, we use actual build setting s 133 * [Our "make depend" doesn't actually look at this, we use actual build setting s
127 * instead; we want to make it easy to remove subdirectories with disabled algor ithms.] 134 * instead; we want to make it easy to remove subdirectories with disabled algor ithms.]
128 */ 135 */
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 # define DES_UNROLL 293 # define DES_UNROLL
287 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ 294 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */
288 # define DES_PTR 295 # define DES_PTR
289 # define DES_RISC1 296 # define DES_RISC1
290 # define DES_UNROLL 297 # define DES_UNROLL
291 #endif /* Systems-specific speed defines */ 298 #endif /* Systems-specific speed defines */
292 #endif 299 #endif
293 300
294 #endif /* DES_DEFAULT_OPTIONS */ 301 #endif /* DES_DEFAULT_OPTIONS */
295 #endif /* HEADER_DES_LOCL_H */ 302 #endif /* HEADER_DES_LOCL_H */
OLDNEW
« no previous file with comments | « config/k8/openssl/opensslconf.h ('k') | openssl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698