Deleted Added
full compact
1c1
< /* $FreeBSD: head/secure/lib/libcrypto/opensslconf-i386.h 110015 2003-01-29 01:06:15Z nectar $ */
---
> /* $FreeBSD: head/secure/lib/libcrypto/opensslconf-i386.h 160819 2006-07-29 19:41:41Z simon $ */
3d2
<
7,8c6,10
< #ifdef OPENSSL_ALGORITHM_DEFINES
< /* no ciphers excluded */
---
> #ifndef OPENSSL_DOING_MAKEDEPEND
>
> /* libgmp is not in the FreeBSD base system. */
> #ifndef OPENSSL_NO_GMP
> # define OPENSSL_NO_GMP
10,13c12,14
< #ifdef OPENSSL_THREAD_DEFINES
< # ifndef THREADS
< # define THREADS
< # endif
---
> /* The Kerberos 5 support is MIT-specific. */
> #ifndef OPENSSL_NO_KRB5
> # define OPENSSL_NO_KRB5
14a16,36
>
> #endif /* OPENSSL_DOING_MAKEDEPEND */
> #ifndef OPENSSL_THREADS
> # define OPENSSL_THREADS
> #endif
> #ifndef OPENSSL_NO_STATIC_ENGINE
> # define OPENSSL_NO_STATIC_ENGINE
> #endif
>
> /* The OPENSSL_NO_* macros are also defined as NO_* if the application
> asks for it. This is a transient feature that is provided for those
> who haven't had the time to do the appropriate changes in their
> applications. */
> #ifdef OPENSSL_ALGORITHM_DEFINES
> # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
> # define NO_GMP
> # endif
> # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
> # define NO_KRB5
> # endif
> # endif
27a50
> #define ENGINESDIR "/usr/lib/engines"
31a55
> #undef OPENSSL_UNISTD
33a58,59
> #undef OPENSSL_EXPORT_VAR_AS_FUNCTION
>
67c93
< #if (defined(HEADER_DES_H) || defined(HEADER_NEW_DES_H)) && !defined(DES_LONG)
---
> #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
176,177d201
< /* The Kerberos 5 support is MIT-specific. */
< #define OPENSSL_NO_KRB5