Remove commented x509_chain declaration
TODO indicated that it was unused, and commented. Any existing users are already broken. Change-Id: I75ebaf3f20015845d8c81eecffe2a4dfbdbe18e8 Reviewed-on: https://boringssl-review.googlesource.com/1386 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
a40c8625dd
commit
b9d7757eca
@ -181,8 +181,6 @@ typedef struct pem_ctx_st
|
|||||||
int num_recipient;
|
int num_recipient;
|
||||||
PEM_USER **recipient;
|
PEM_USER **recipient;
|
||||||
|
|
||||||
/* XXX(ben): don#t think this is used!
|
|
||||||
STACK *x509_chain; / * certificate chain */
|
|
||||||
EVP_MD *md; /* signature type */
|
EVP_MD *md; /* signature type */
|
||||||
|
|
||||||
int md_enc; /* is the md encrypted or not? */
|
int md_enc; /* is the md encrypted or not? */
|
||||||
|
Loading…
Reference in New Issue
Block a user