summaryrefslogtreecommitdiff
path: root/crypto/cast/cast.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-04 15:19:19 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-04 15:19:19 +0000
commit1891d5b1ff305f07ad407ec142752f9fcd9e9bb3 (patch)
tree709261f70e0df0c8e8e57b5ab2ef6dfa57d20f7e /crypto/cast/cast.h
parent5abe0cdad4a2cd74867c023f37cc94a699488cb3 (diff)
downloadopenssl-new-1891d5b1ff305f07ad407ec142752f9fcd9e9bb3.tar.gz
All the changes from HEAD since last merge.
Diffstat (limited to 'crypto/cast/cast.h')
-rw-r--r--crypto/cast/cast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/cast/cast.h b/crypto/cast/cast.h
index b28e4e4f3b..90b45b950a 100644
--- a/crypto/cast/cast.h
+++ b/crypto/cast/cast.h
@@ -63,6 +63,8 @@
extern "C" {
#endif
+#include <openssl/opensslconf.h>
+
#ifdef OPENSSL_NO_CAST
#error CAST is disabled.
#endif