Make sure we get the definition of OPENSSL_NO_RC5.

This commit is contained in:
Richard Levitte 2003-03-20 23:29:26 +00:00
parent 39c4b7092c
commit f118514501
2 changed files with 5 additions and 2 deletions

View File

@ -56,10 +56,11 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#ifndef OPENSSL_NO_RC5
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#ifndef OPENSSL_NO_RC5
#include <openssl/evp.h> #include <openssl/evp.h>
#include <openssl/objects.h> #include <openssl/objects.h>
#include "evp_locl.h" #include "evp_locl.h"

View File

@ -59,6 +59,8 @@
#ifndef HEADER_RC5_H #ifndef HEADER_RC5_H
#define HEADER_RC5_H #define HEADER_RC5_H
#include <openssl/opensslconf.h> /* OPENSSL_NO_RC5 */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif