New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / crypto / md2 / md2.h
index e0285a3b885f385362948dc9731d1c946031d8c4..0d3592506c4a5be2826257f2faef55fe3ed4bc28 100644 (file)
 extern "C" {
 #endif
 
+#ifdef NO_MD2
+#error MD2 is disabled.
+#endif
+
 #define MD2_DIGEST_LENGTH      16
 #define MD2_BLOCK              16
 #include <openssl/opensslconf.h> /* MD2_INT */