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

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

Issue 10911247: Upstream openssl to version 1.0.1c (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: Created 8 years, 2 months 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/android/openssl/opensslconf.h ('k') | 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
9 # define OPENSSL_NO_ASM
10 #endif
8 #ifndef OPENSSL_NO_CAMELLIA 11 #ifndef OPENSSL_NO_CAMELLIA
9 # define OPENSSL_NO_CAMELLIA 12 # define OPENSSL_NO_CAMELLIA
10 #endif 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
20 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
21 # define OPENSSL_NO_EC_NISTP_64_GCC_128
22 #endif
17 #ifndef OPENSSL_NO_FIPS 23 #ifndef OPENSSL_NO_FIPS
18 # define OPENSSL_NO_FIPS 24 # define OPENSSL_NO_FIPS
19 #endif 25 #endif
20 #ifndef OPENSSL_NO_GMP 26 #ifndef OPENSSL_NO_GMP
21 # define OPENSSL_NO_GMP 27 # define OPENSSL_NO_GMP
22 #endif 28 #endif
23 #ifndef OPENSSL_NO_IDEA 29 #ifndef OPENSSL_NO_IDEA
24 # define OPENSSL_NO_IDEA 30 # define OPENSSL_NO_IDEA
25 #endif 31 #endif
26 #ifndef OPENSSL_NO_JPAKE 32 #ifndef OPENSSL_NO_JPAKE
27 # define OPENSSL_NO_JPAKE 33 # define OPENSSL_NO_JPAKE
28 #endif 34 #endif
29 #ifndef OPENSSL_NO_KRB5 35 #ifndef OPENSSL_NO_KRB5
30 # define OPENSSL_NO_KRB5 36 # define OPENSSL_NO_KRB5
31 #endif 37 #endif
32 #ifndef OPENSSL_NO_MDC2 38 #ifndef OPENSSL_NO_MDC2
33 # define OPENSSL_NO_MDC2 39 # define OPENSSL_NO_MDC2
34 #endif 40 #endif
35 #ifndef OPENSSL_NO_RC5 41 #ifndef OPENSSL_NO_RC5
36 # define OPENSSL_NO_RC5 42 # define OPENSSL_NO_RC5
37 #endif 43 #endif
38 #ifndef OPENSSL_NO_RFC3779 44 #ifndef OPENSSL_NO_RFC3779
39 # define OPENSSL_NO_RFC3779 45 # define OPENSSL_NO_RFC3779
40 #endif 46 #endif
47 #ifndef OPENSSL_NO_SCTP
48 # define OPENSSL_NO_SCTP
49 #endif
41 #ifndef OPENSSL_NO_SEED 50 #ifndef OPENSSL_NO_SEED
42 # define OPENSSL_NO_SEED 51 # define OPENSSL_NO_SEED
43 #endif 52 #endif
44 #ifndef OPENSSL_NO_ASM
45 # define OPENSSL_NO_ASM
46 #endif
47 53
48 #endif /* OPENSSL_DOING_MAKEDEPEND */ 54 #endif /* OPENSSL_DOING_MAKEDEPEND */
49 55
50 #ifndef OPENSSL_THREADS 56 #ifndef OPENSSL_THREADS
51 # define OPENSSL_THREADS 57 # define OPENSSL_THREADS
52 #endif 58 #endif
53 #ifndef OPENSSL_NO_DYNAMIC_ENGINE 59 #ifndef OPENSSL_NO_DYNAMIC_ENGINE
54 # define OPENSSL_NO_DYNAMIC_ENGINE 60 # define OPENSSL_NO_DYNAMIC_ENGINE
55 #endif 61 #endif
56 62
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 # define DES_UNROLL 275 # define DES_UNROLL
270 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ 276 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */
271 # define DES_PTR 277 # define DES_PTR
272 # define DES_RISC1 278 # define DES_RISC1
273 # define DES_UNROLL 279 # define DES_UNROLL
274 #endif /* Systems-specific speed defines */ 280 #endif /* Systems-specific speed defines */
275 #endif 281 #endif
276 282
277 #endif /* DES_DEFAULT_OPTIONS */ 283 #endif /* DES_DEFAULT_OPTIONS */
278 #endif /* HEADER_DES_LOCL_H */ 284 #endif /* HEADER_DES_LOCL_H */
OLDNEW
« no previous file with comments | « config/android/openssl/opensslconf.h ('k') | config/piii/openssl/opensslconf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698