More VC++ pickiness. (destest.c doesn't have a "return" and the usual
[openssl.git] / crypto / des / destest.c
index 46c517be135c78df80c3a1f71094311d27d17532..98f373008f5eb1795d4d460ca0bdcf70eb1f4420 100644 (file)
@@ -796,6 +796,7 @@ plain[8+4], plain[8+5], plain[8+6], plain[8+7]);
                }
        printf("\n");
        exit(err);
+       return(err); /* Never reached, but keeps compilers happy */
        }
 
 static char *pt(unsigned char *p)