X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fca.c;h=89a73b666f5507d48ccee2920fc7f64a0ecbb673;hp=b5c6f92b870d9d08ea5c54707a4cd853deb4a3e5;hb=08cba61011cdf8519a1c7d1316fb27fc724b6945;hpb=fea9afbfc7005fb85ab470546fb15f8a76055e7e diff --git a/apps/ca.c b/apps/ca.c index b5c6f92b87..89a73b666f 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -279,8 +279,6 @@ EF_ALIGNMENT=0; key = NULL; section = NULL; - X509V3_add_standard_extensions(); - preserve=0; msie_hack=0; if (bio_err == NULL) @@ -1239,7 +1237,6 @@ err: X509_free(x509); X509_CRL_free(crl); CONF_free(conf); - X509V3_EXT_cleanup(); OBJ_cleanup(); EXIT(ret); }