Make sure we return 0 if test passed.
authorAndy Polyakov <appro@openssl.org>
Fri, 28 May 2004 21:42:40 +0000 (21:42 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 28 May 2004 21:42:40 +0000 (21:42 +0000)
crypto/sha/sha256t.c
crypto/sha/sha512t.c

index 68d95f1ab5bbab7d033589c1fa2168052fe01423..f57cfc54f5fd6b5824f27f31feae57766417430d 100644 (file)
@@ -125,4 +125,6 @@ int main ()
        fprintf(stdout,"."); fflush(stdout);
 
     fprintf(stdout," passed.\n"); fflush(stdout);
        fprintf(stdout,"."); fflush(stdout);
 
     fprintf(stdout," passed.\n"); fflush(stdout);
+
+  return 0;
 }
 }
index 603fcefcbefe266aff944b44511be78f03567400..283b59c5ce59f0784303e15cb0bfa39730967073 100644 (file)
@@ -163,4 +163,6 @@ int main ()
        fprintf(stdout,"."); fflush(stdout);
 
     fprintf(stdout," passed.\n"); fflush(stdout);
        fprintf(stdout,"."); fflush(stdout);
 
     fprintf(stdout," passed.\n"); fflush(stdout);
+
+  return 0;
 }
 }