Further synchronisation with Unix
[oweals/openssl.git] / crypto / evp / m_dss1.c
index c12e13972b501d98cd35456733ce3915ad000e3a..da8babc147dd6010b9c6daaf6bc29c86713e6804 100644 (file)
@@ -68,6 +68,8 @@
 #include <openssl/dsa.h>
 #endif
 
+#ifndef OPENSSL_FIPS
+
 static int init(EVP_MD_CTX *ctx)
        { return SHA1_Init(ctx->md_data); }
 
@@ -98,3 +100,4 @@ const EVP_MD *EVP_dss1(void)
        return(&dss1_md);
        }
 #endif
+#endif