Message digest stuff.
[openssl.git] / crypto / evp / m_dss1.c
index 4315086abe4d661294cc76abf8150d2bc18fe6ec..9d8d1ce23e3ef10f97e05d6b8b1131b974324610 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_SHA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
@@ -79,3 +80,4 @@ EVP_MD *EVP_dss1(void)
        {
        return(&dss1_md);
        }
        {
        return(&dss1_md);
        }
+#endif