summaryrefslogtreecommitdiff
path: root/crypto/rc5
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:29:26 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:29:26 +0000
commitf118514501c5fdd2c5b83130eba94df47c57c474 (patch)
treefcbef3843f08756304d2b9098ecf0a362de0e59f /crypto/rc5
parent39c4b7092c2acb0051c57fb0f6c05490cf7274c4 (diff)
downloadopenssl-new-f118514501c5fdd2c5b83130eba94df47c57c474.tar.gz
Make sure we get the definition of OPENSSL_NO_RC5.
Diffstat (limited to 'crypto/rc5')
-rw-r--r--crypto/rc5/rc5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rc5/rc5.h b/crypto/rc5/rc5.h
index 4adfd2db5a..4b3c153b50 100644
--- a/crypto/rc5/rc5.h
+++ b/crypto/rc5/rc5.h
@@ -59,6 +59,8 @@
#ifndef HEADER_RC5_H
#define HEADER_RC5_H
+#include <openssl/opensslconf.h> /* OPENSSL_NO_RC5 */
+
#ifdef __cplusplus
extern "C" {
#endif