Support for authority information access extension.
[openssl.git] / crypto / evp / m_sha.c
index 2b5da3411e70de0cd889d0291b17d2e75318aba3..6d35b71b8506346419d09d80263c03936ad75a42 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 sha_md=
        {
@@ -79,4 +80,4 @@ EVP_MD *EVP_sha(void)
        {
        return(&sha_md);
        }
-
+#endif