diff options
author | Richard Levitte <levitte@openssl.org> | 2003-03-21 00:29:26 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-03-21 00:29:26 +0100 |
commit | f118514501c5fdd2c5b83130eba94df47c57c474 (patch) | |
tree | fcbef3843f08756304d2b9098ecf0a362de0e59f /crypto/rc5/rc5.h | |
parent | Make sure we get the definition of OPENSSL_NO_RC4. (diff) | |
download | openssl-f118514501c5fdd2c5b83130eba94df47c57c474.tar.xz openssl-f118514501c5fdd2c5b83130eba94df47c57c474.zip |
Make sure we get the definition of OPENSSL_NO_RC5.
Diffstat (limited to '')
-rw-r--r-- | crypto/rc5/rc5.h | 2 |
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 |