Add a debugging option to PKCS#5 v2.0 key generation function.
[openssl.git] / crypto / evp / m_md2.c
index 4b842382838b9a933c0dd2dc434d2693b2d2cfe7..3281e91809f41f75fcaf6f00263dd898e1478838 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_MD2
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
@@ -79,4 +80,4 @@ EVP_MD *EVP_md2(void)
        {
        return(&md2_md);
        }
-
+#endif