]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/cast/cast.h
New Configure option no-<cipher> (rsa, idea, rc5, ...).
[thirdparty/openssl.git] / crypto / cast / cast.h
index c2657981b28852dbdd3de6ab8fb8e1f5ccf082b6..215356dbe4aad46ec030f51585f9fe889632be32 100644 (file)
 extern "C" {
 #endif
 
+#ifdef NO_CAST
+#error CAST is disabled.
+#endif
+
 #define CAST_ENCRYPT   1
 #define CAST_DECRYPT   0