make X509_REQ opaque

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Dr. Stephen Henson
2015-08-31 12:58:07 +01:00
parent bc3686dfb0
commit 124055a96e
13 changed files with 44 additions and 33 deletions

View File

@@ -726,8 +726,6 @@ int req_main(int argc, char **argv)
goto end;
}
req->req_info->enc.modified = 1;
if (verbose) {
print_name(bio_err, "new subject=",
X509_REQ_get_subject_name(req), nmflag);