Deleted Added
sdiff udiff text old ( 210842 ) new ( 210843 )
full compact
1/* $FreeBSD: head/secure/lib/libcrypto/opensslconf-mips.h 210842 2010-08-04 10:42:06Z jchandra $ */
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

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

119#endif
120
121#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
122#define CONFIG_HEADER_BN_H
123#ifdef __mips_n64
124#undef BN_LLONG
125#else
126#define BN_LLONG
127
128#endif
129/* Should we define BN_DIV2W here? */
130
131/* Only one for the following should be defined */
132/* The prime number generation stuff may not work when
133 * EIGHT_BIT but I don't care since I've only used this mode
134 * for debuging the bignum libraries */
135#ifdef __mips_n64
136#define SIXTY_FOUR_BIT_LONG

--- 95 unchanged lines hidden ---