RAND_pseudo_bytes is good enough for encryption IVs,
[openssl.git] / crypto / evp / m_dss.c
index 80b4eca1361dc017c9001942271e6fbfdec9435d..8ea826868eab319343872ee9d5cdb406fcd6a5d8 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "evp.h"
-#include "objects.h"
-#include "x509.h"
+#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
 
+#ifndef NO_SHA
 static EVP_MD dsa_md=
        {
        NID_dsaWithSHA,
@@ -79,4 +80,4 @@ EVP_MD *EVP_dss(void)
        {
        return(&dsa_md);
        }
-
+#endif