Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>
[oweals/openssl.git] / crypto / evp / m_dss1.c
index 2af70fdb604667502cc1452e765858df2b55a513..9d8d1ce23e3ef10f97e05d6b8b1131b974324610 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_SHA
 #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>
 
 static EVP_MD dss1_md=
        {
@@ -79,3 +80,4 @@ EVP_MD *EVP_dss1(void)
        {
        return(&dss1_md);
        }
+#endif