tuxillo's projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Import OpenSSL-1.0.0b.
[dragonfly.git]
/
crypto
/
openssl
/
apps
/
x509.c
diff --git
a/crypto/openssl/apps/x509.c
b/crypto/openssl/apps/x509.c
index
e7e46d7
..
ed1e8c6
100644
(file)
--- a/
crypto/openssl/apps/x509.c
+++ b/
crypto/openssl/apps/x509.c
@@
-556,7
+556,6
@@
bad:
if (reqfile)
{
EVP_PKEY *pkey;
- X509_CINF *ci;
BIO *in;
if (!sign_flag && !CA_flag)
@@
-624,7
+623,6
@@
bad:
print_name(bio_err, "subject=", X509_REQ_get_subject_name(req), nmflag);
if ((x=X509_new()) == NULL) goto end;
- ci=x->cert_info;
if (sno == NULL)
{