]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bf/blowfish.h
New Configure option no-<cipher> (rsa, idea, rc5, ...).
[thirdparty/openssl.git] / crypto / bf / blowfish.h
index 005d0ed7b6e45d6f4824a0c6e88374a7a045db4e..a18dfee1a4b2f35e83ba4d52352ade8f5dcfcd56 100644 (file)
 extern "C" {
 #endif
 
+#ifdef NO_BF
+#error BF is disabled.
+#endif
+
 #define BF_ENCRYPT     1
 #define BF_DECRYPT     0