summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-05 12:28:54 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-05 12:29:51 +0100
commit44748efc8503b5efe3d9d5aab5c754e4e0d9a442 (patch)
tree3b1affd5436ca410a7f43da82482d665a1ffcbef /include
parent18716ba2563fb371d3d25a5d7d8dcb7ddb14341b (diff)
make X509_REVOKED opaque
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index da6514d26d..661d81cd60 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -329,17 +329,6 @@ DECLARE_STACK_OF(X509_TRUST)
XN_FLAG_FN_LN | \
XN_FLAG_FN_ALIGN)
-struct x509_revoked_st {
- ASN1_INTEGER *serialNumber;
- ASN1_TIME *revocationDate;
- STACK_OF(X509_EXTENSION) /* optional */ *extensions;
- /* Set up if indirect CRL */
- STACK_OF(GENERAL_NAME) *issuer;
- /* Revocation reason */
- int reason;
- int sequence; /* load sequence */
-};
-
DECLARE_STACK_OF(X509_REVOKED)
typedef struct X509_crl_info_st X509_CRL_INFO;