Skip to content

Commit

Permalink
Make sure we get the definition of OPENSSL_NO_RC5.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Mar 20, 2003
1 parent 39c4b70 commit f118514
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crypto/evp/e_rc5.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@
* [including the GNU Public Licence.]
*/

#ifndef OPENSSL_NO_RC5

#include <stdio.h>
#include "cryptlib.h"

#ifndef OPENSSL_NO_RC5

#include <openssl/evp.h>
#include <openssl/objects.h>
#include "evp_locl.h"
Expand Down
2 changes: 2 additions & 0 deletions crypto/rc5/rc5.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
#ifndef HEADER_RC5_H
#define HEADER_RC5_H

#include <openssl/opensslconf.h> /* OPENSSL_NO_RC5 */

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit f118514

Please sign in to comment.