Skip to content

Commit

Permalink
Make sure we get the definition of OPENSSL_NO_CAST.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Mar 20, 2003
1 parent 78951e7 commit 0c7d61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/cast/cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
extern "C" {
#endif

#include <openssl/opensslconf.h>

#ifdef OPENSSL_NO_CAST
#error CAST is disabled.
#endif
Expand Down
1 change: 1 addition & 0 deletions crypto/cast/casttest.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_CAST is defined */

#include "../e_os.h"

Expand Down

0 comments on commit 0c7d61e

Please sign in to comment.