diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 9033b1d4d9..3dc636473f 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509.h,v 1.34 2018/02/22 16:50:30 jsing Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.35 2018/02/22 16:53:42 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -606,6 +606,8 @@ extern "C" { | |||
| 606 | #define X509_CRL_get_issuer(x) ((x)->crl->issuer) | 606 | #define X509_CRL_get_issuer(x) ((x)->crl->issuer) |
| 607 | #define X509_CRL_get_REVOKED(x) ((x)->crl->revoked) | 607 | #define X509_CRL_get_REVOKED(x) ((x)->crl->revoked) |
| 608 | 608 | ||
| 609 | int X509_CRL_up_ref(X509_CRL *x); | ||
| 610 | |||
| 609 | const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl); | 611 | const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl); |
| 610 | const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl); | 612 | const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl); |
| 611 | void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig, | 613 | void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig, |
