Some compilers are quite picky about non-void functions that don't return
[openssl.git] / crypto / dsa / dsatest.c
index 3fb434d7926c98cf84af100a113543c68f9363e7..1ab90cfd7e493c23bbe3d3d395177a323e24db67 100644 (file)
@@ -222,6 +222,7 @@ end:
 static int cb_exit(int ec)
        {
        EXIT(ec);
 static int cb_exit(int ec)
        {
        EXIT(ec);
+       return(0);              /* To keep some compilers quiet */
        }
 
 static void MS_CALLBACK dsa_cb(int p, int n, void *arg)
        }
 
 static void MS_CALLBACK dsa_cb(int p, int n, void *arg)