X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fmethtest.c;h=005c2f48220e8d4e4390b801289ec9458aee1f10;hp=630d29dc918c8d1963799cda4127526a74ad13c4;hb=dce7f142a60a0318054be6a0d838a21af3f4c97f;hpb=58964a492275ca9a59a0cd9c8155cb2491b4b909 diff --git a/test/methtest.c b/test/methtest.c index 630d29dc91..005c2f4822 100644 --- a/test/methtest.c +++ b/test/methtest.c @@ -58,10 +58,10 @@ #include #include -#include "rsa.h" -#include "x509.h" +#include +#include #include "meth.h" -#include "err.h" +#include int main(argc,argv) int argc; @@ -96,10 +96,10 @@ char *argv[]; METH_init(top); METH_control(tmp1,METH_CONTROL_DUMP,stdout); METH_control(tmp2,METH_CONTROL_DUMP,stdout); - exit(0); + EXIT(0); err: ERR_load_crypto_strings(); ERR_print_errors_fp(stderr); - exit(1); + EXIT(1); return(0); }