Move CT viewer extension code to crypto/x509v3

This commit is contained in:
Dr. Stephen Henson
2014-02-20 18:24:11 +00:00
parent 4cfeb00be9
commit ded18639d7
9 changed files with 210 additions and 141 deletions

View File

@@ -713,8 +713,6 @@ static char *jpake_secret = NULL;
c_msg=0;
c_showcerts=0;
X509V3_EXT_add_rfc6962();
if (bio_err == NULL)
bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
@@ -2195,7 +2193,6 @@ end:
BIO_free(bio_c_msg);
bio_c_msg=NULL;
}
X509V3_EXT_cleanup();
apps_shutdown();
OPENSSL_EXIT(ret);
}