X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=test%2Fmethtest.c;h=005c2f48220e8d4e4390b801289ec9458aee1f10;hb=2f52a41054702adedd30f803bea3c5ac2fda5c74;hp=55d1ac79346ec6c521a35b9e9d411d6d9fc8aeb9;hpb=d02b48c63a58ea4367a0e905979f140b7d090f86;p=openssl.git diff --git a/test/methtest.c b/test/methtest.c index 55d1ac7934..005c2f4822 100644 --- a/test/methtest.c +++ b/test/methtest.c @@ -1,5 +1,5 @@ /* test/methtest.c */ -/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written @@ -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); }