and added files
[bcm963xx.git] / userapps / opensource / openssl / crypto / sha / shatest.c
index 5d2b1d3..ff702aa 100755 (executable)
 
 #include "../e_os.h"
 
-#ifdef OPENSSL_NO_SHA
+#if defined(OPENSSL_NO_SHA) || defined(OPENSSL_NO_SHA0)
 int main(int argc, char *argv[])
 {
-    printf("No SHA support\n");
+    printf("No SHA0 support\n");
     return(0);
 }
 #else