aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc4
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:29:17 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:29:17 +0000
commit39c4b7092c2acb0051c57fb0f6c05490cf7274c4 (patch)
tree207b32e226f36a6bdbc261a0c18cc2489480d8f9 /crypto/rc4
parentc7e7fc3ee42c03313b4957ea23db3b6f40d3affb (diff)
downloadopenssl-39c4b7092c2acb0051c57fb0f6c05490cf7274c4.tar.gz
Make sure we get the definition of OPENSSL_NO_RC4.
Diffstat (limited to 'crypto/rc4')
-rw-r--r--crypto/rc4/rc4.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/rc4/rc4.h b/crypto/rc4/rc4.h
index 8722091f2e..7aec04fe93 100644
--- a/crypto/rc4/rc4.h
+++ b/crypto/rc4/rc4.h
@@ -59,12 +59,11 @@
#ifndef HEADER_RC4_H
#define HEADER_RC4_H
+#include <openssl/opensslconf.h> /* OPENSSL_NO_RC4, RC4_INT */
#ifdef OPENSSL_NO_RC4
#error RC4 is disabled.
#endif
-#include <openssl/opensslconf.h> /* RC4_INT */
-
#ifdef __cplusplus
extern "C" {
#endif