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

Side by Side Diff: config/k8/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 | « no previous file | config/piii/openssl/opensslconf.h » ('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_ASM 8 #ifndef OPENSSL_NO_ASM
9 # define OPENSSL_NO_ASM 9 # define OPENSSL_NO_ASM
10 #endif 10 #endif
11 #ifndef OPENSSL_NO_CAMELLIA 11 #ifndef OPENSSL_NO_CAMELLIA
12 # define OPENSSL_NO_CAMELLIA 12 # define OPENSSL_NO_CAMELLIA
13 #endif 13 #endif
14 #ifndef OPENSSL_NO_CAST
15 # define OPENSSL_NO_CAST
16 #endif
14 #ifndef OPENSSL_NO_CAPIENG 17 #ifndef OPENSSL_NO_CAPIENG
15 # define OPENSSL_NO_CAPIENG 18 # define OPENSSL_NO_CAPIENG
16 #endif 19 #endif
17 #ifndef OPENSSL_NO_CMS 20 #ifndef OPENSSL_NO_CMS
18 # define OPENSSL_NO_CMS 21 # define OPENSSL_NO_CMS
19 #endif 22 #endif
20 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 23 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
21 # define OPENSSL_NO_EC_NISTP_64_GCC_128 24 # define OPENSSL_NO_EC_NISTP_64_GCC_128
22 #endif 25 #endif
23 #ifndef OPENSSL_NO_FIPS 26 #ifndef OPENSSL_NO_FIPS
(...skipping 19 matching lines...) Expand all
43 #endif 46 #endif
44 #ifndef OPENSSL_NO_RFC3779 47 #ifndef OPENSSL_NO_RFC3779
45 # define OPENSSL_NO_RFC3779 48 # define OPENSSL_NO_RFC3779
46 #endif 49 #endif
47 #ifndef OPENSSL_NO_SCTP 50 #ifndef OPENSSL_NO_SCTP
48 # define OPENSSL_NO_SCTP 51 # define OPENSSL_NO_SCTP
49 #endif 52 #endif
50 #ifndef OPENSSL_NO_SEED 53 #ifndef OPENSSL_NO_SEED
51 # define OPENSSL_NO_SEED 54 # define OPENSSL_NO_SEED
52 #endif 55 #endif
56 #ifndef OPENSSL_NO_SHA0
57 # define OPENSSL_NO_SHA0
58 #endif
59 #ifndef OPENSSL_NO_WHIRLPOOL
60 # define OPENSSL_NO_WHIRLPOOL
61 #endif
53 62
54 #endif /* OPENSSL_DOING_MAKEDEPEND */ 63 #endif /* OPENSSL_DOING_MAKEDEPEND */
55 64
56 #ifndef OPENSSL_THREADS 65 #ifndef OPENSSL_THREADS
57 # define OPENSSL_THREADS 66 # define OPENSSL_THREADS
58 #endif 67 #endif
59 #ifndef OPENSSL_NO_DYNAMIC_ENGINE 68 #ifndef OPENSSL_NO_DYNAMIC_ENGINE
60 # define OPENSSL_NO_DYNAMIC_ENGINE 69 # define OPENSSL_NO_DYNAMIC_ENGINE
61 #endif 70 #endif
62 71
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 # define DES_UNROLL 284 # define DES_UNROLL
276 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ 285 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */
277 # define DES_PTR 286 # define DES_PTR
278 # define DES_RISC1 287 # define DES_RISC1
279 # define DES_UNROLL 288 # define DES_UNROLL
280 #endif /* Systems-specific speed defines */ 289 #endif /* Systems-specific speed defines */
281 #endif 290 #endif
282 291
283 #endif /* DES_DEFAULT_OPTIONS */ 292 #endif /* DES_DEFAULT_OPTIONS */
284 #endif /* HEADER_DES_LOCL_H */ 293 #endif /* HEADER_DES_LOCL_H */
OLDNEW
« no previous file with comments | « no previous file | config/piii/openssl/opensslconf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698