New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / crypto / des / des.h
index 18ceaa2a25deb40787430d831dfc729bda45b5b4..392d8bbea0696cb6fe76c06b6da38be68053d347 100644 (file)
 extern "C" {
 #endif
 
+#ifdef NO_DES
+#error DES is disabled.
+#endif
+
 #include <stdio.h>
 #include <openssl/opensslconf.h> /* DES_LONG */