EVP constification.
[openssl.git] / crypto / evp / m_sha1.c
index 5d5480659dcc0317590849f8fc480e9704581130..57a1ab0cceca5ab85d4f155d63689386c29bdeb4 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,3 +80,4 @@ EVP_MD *EVP_sha1(void)
        {
        return(&sha1_md);
        }
+#endif