diff options
Diffstat (limited to 'usr/src/common/openssl/crypto/rc5/rc5.h')
-rw-r--r-- | usr/src/common/openssl/crypto/rc5/rc5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/common/openssl/crypto/rc5/rc5.h b/usr/src/common/openssl/crypto/rc5/rc5.h index 4adfd2db5a..4b3c153b50 100644 --- a/usr/src/common/openssl/crypto/rc5/rc5.h +++ b/usr/src/common/openssl/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 |