aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/x509_int.h
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-05-29 14:32:23 +0200
committerMatt Caswell <matt@openssl.org>2016-06-23 14:00:47 +0100
commit687b48685931638ca5fca2a7d5e13516ad40ea4b (patch)
treefa20991db59b7747eb23f4b68d6d37c4fe687140 /crypto/include/internal/x509_int.h
parentb58614d7f5f98571b2c0bb2fb3df48f4b48a7e92 (diff)
downloadopenssl-687b48685931638ca5fca2a7d5e13516ad40ea4b.tar.gz
Rework error handling from asn1_do_lock method.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/include/internal/x509_int.h')
-rw-r--r--crypto/include/internal/x509_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/include/internal/x509_int.h b/crypto/include/internal/x509_int.h
index 6df2919802..c5472e14d0 100644
--- a/crypto/include/internal/x509_int.h
+++ b/crypto/include/internal/x509_int.h
@@ -64,15 +64,15 @@ struct X509_crl_info_st {
X509_NAME *issuer; /* CRL issuer name */
ASN1_TIME *lastUpdate; /* lastUpdate field */
ASN1_TIME *nextUpdate; /* nextUpdate field: optional */
- STACK_OF(X509_REVOKED) *revoked; /* revoked entries: optional */
+ STACK_OF(X509_REVOKED) *revoked; /* revoked entries: optional */
STACK_OF(X509_EXTENSION) *extensions; /* extensions: optional */
- ASN1_ENCODING enc; /* encoding of signed portion of CRL */
+ ASN1_ENCODING enc; /* encoding of signed portion of CRL */
};
struct X509_crl_st {
X509_CRL_INFO crl; /* signed CRL data */
X509_ALGOR sig_alg; /* CRL signature algorithm */
- ASN1_BIT_STRING signature; /* CRL signature */
+ ASN1_BIT_STRING signature; /* CRL signature */
int references;
int flags;
/*