aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/rc2/rc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/rc2/rc2.h')
-rw-r--r--crypto/openssl/crypto/rc2/rc2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/rc2/rc2.h b/crypto/openssl/crypto/rc2/rc2.h
index 7816b454dcdf..34c83623172f 100644
--- a/crypto/openssl/crypto/rc2/rc2.h
+++ b/crypto/openssl/crypto/rc2/rc2.h
@@ -59,6 +59,7 @@
#ifndef HEADER_RC2_H
#define HEADER_RC2_H
+#include <openssl/opensslconf.h> /* OPENSSL_NO_RC2, RC2_INT */
#ifdef OPENSSL_NO_RC2
#error RC2 is disabled.
#endif
@@ -66,7 +67,6 @@
#define RC2_ENCRYPT 1
#define RC2_DECRYPT 0
-#include <openssl/opensslconf.h> /* RC2_INT */
#define RC2_BLOCK 8
#define RC2_KEY_LENGTH 16