Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>
[oweals/openssl.git] / crypto / evp / m_sha.c
index 8213c36480ee83268ed154885c2e0dc91b199450..6d35b71b8506346419d09d80263c03936ad75a42 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_SHA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
@@ -79,4 +80,4 @@ EVP_MD *EVP_sha(void)
        {
        return(&sha_md);
        }
-
+#endif