Deleted Added
sdiff udiff text old ( 162915 ) new ( 194207 )
full compact
1/* $FreeBSD: head/secure/lib/libcrypto/opensslconf-powerpc.h 162915 2006-10-01 07:56:51Z simon $ */
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
10# define OPENSSL_NO_CAMELLIA
11#endif
12/* libgmp is not in the FreeBSD base system. */
13#ifndef OPENSSL_NO_GMP
14# define OPENSSL_NO_GMP
15#endif
16/* The Kerberos 5 support is MIT-specific. */
17#ifndef OPENSSL_NO_KRB5
18# define OPENSSL_NO_KRB5
19#endif

--- 186 unchanged lines hidden ---