X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;ds=sidebyside;f=apps%2Freq.c;h=e23c9197a5d32b3477f6be199af7aebd94b8bc5c;hb=6d23cf97443bfedf755341b4f2d0d7fce254e020;hp=87ab41293d1d39add005890cdf234828a5f0801b;hpb=5cf37957fbdb7e2a1be48e15c4114d218c135f73;p=openssl.git diff --git a/apps/req.c b/apps/req.c index 87ab41293d..e23c9197a5 100644 --- a/apps/req.c +++ b/apps/req.c @@ -56,19 +56,10 @@ * [including the GNU Public Licence.] */ -/* Until the key-gen callbacks are modified to use newer prototypes, we allow - * deprecated functions for openssl-internal code */ -#ifdef OPENSSL_NO_DEPRECATED -#undef OPENSSL_NO_DEPRECATED -#endif - #include #include #include #include -#ifdef OPENSSL_NO_STDIO -#define APPS_WIN16 -#endif #include "apps.h" #include #include @@ -105,7 +96,8 @@ #undef PROG #define PROG req_main -/* -inform arg - input format - default PEM (DER or PEM) +/*- + * -inform arg - input format - default PEM (DER or PEM) * -outform arg - output format - default PEM * -in arg - input file - default stdin * -out arg - output file - default stdout @@ -511,7 +503,7 @@ bad: oid_bio=BIO_new_file(p,"r"); if (oid_bio == NULL) { - /* + /*- BIO_printf(bio_err,"problems opening %s for extra oid's\n",p); ERR_print_errors(bio_err); */