summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslconf.h.in
diff options
context:
space:
mode:
authorbeck <>2002-05-15 02:29:21 +0000
committerbeck <>2002-05-15 02:29:21 +0000
commitb64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9 (patch)
treefa27cf82a1250b64ed3bf5f4a18c7354d470bbcc /src/lib/libcrypto/opensslconf.h.in
parente471e1ea98d673597b182ea85f29e30c97cd08b5 (diff)
downloadopenbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.gz
openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.bz2
openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.zip
OpenSSL 0.9.7 stable 2002 05 08 merge
Diffstat (limited to 'src/lib/libcrypto/opensslconf.h.in')
-rw-r--r--src/lib/libcrypto/opensslconf.h.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/opensslconf.h.in b/src/lib/libcrypto/opensslconf.h.in
index 1b85ae5989..9082a16c46 100644
--- a/src/lib/libcrypto/opensslconf.h.in
+++ b/src/lib/libcrypto/opensslconf.h.in
@@ -9,8 +9,11 @@
9#endif 9#endif
10#endif 10#endif
11 11
12#undef OPENSSL_UNISTD
12#define OPENSSL_UNISTD <unistd.h> 13#define OPENSSL_UNISTD <unistd.h>
13 14
15#undef OPENSSL_EXPORT_VAR_AS_FUNCTION
16
14#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) 17#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
15#define IDEA_INT unsigned int 18#define IDEA_INT unsigned int
16#endif 19#endif
@@ -44,7 +47,7 @@
44#endif 47#endif
45#endif 48#endif
46 49
47#if defined(HEADER_DES_H) && !defined(DES_LONG) 50#if (defined(HEADER_DES_H) || defined(HEADER_DES_OLD_H)) && !defined(DES_LONG)
48/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a 51/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
49 * %20 speed up (longs are 8 bytes, int's are 4). */ 52 * %20 speed up (longs are 8 bytes, int's are 4). */
50#ifndef DES_LONG 53#ifndef DES_LONG
@@ -144,7 +147,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
144# define DES_PTR 147# define DES_PTR
145# define DES_RISC2 148# define DES_RISC2
146# define DES_UNROLL 149# define DES_UNROLL
147#elif defined( i386 ) /* x86 boxes, should be gcc */ 150#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */
148# define DES_PTR 151# define DES_PTR
149# define DES_RISC1 152# define DES_RISC1
150# define DES_UNROLL 153# define DES_UNROLL