diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509v3.h')
| -rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 62ed038d33..2d8ab6fc6e 100644 --- a/src/lib/libcrypto/x509/x509v3.h +++ b/src/lib/libcrypto/x509/x509v3.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509v3.h,v 1.9 2021/10/23 17:43:06 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.10 2021/11/01 08:14:36 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -800,11 +800,9 @@ char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp); | |||
| 800 | int X509_PURPOSE_get_trust(const X509_PURPOSE *xp); | 800 | int X509_PURPOSE_get_trust(const X509_PURPOSE *xp); |
| 801 | void X509_PURPOSE_cleanup(void); | 801 | void X509_PURPOSE_cleanup(void); |
| 802 | int X509_PURPOSE_get_id(const X509_PURPOSE *); | 802 | int X509_PURPOSE_get_id(const X509_PURPOSE *); |
| 803 | #if defined(LIBRESSL_NEW_API) | ||
| 804 | uint32_t X509_get_extension_flags(X509 *x); | 803 | uint32_t X509_get_extension_flags(X509 *x); |
| 805 | uint32_t X509_get_key_usage(X509 *x); | 804 | uint32_t X509_get_key_usage(X509 *x); |
| 806 | uint32_t X509_get_extended_key_usage(X509 *x); | 805 | uint32_t X509_get_extended_key_usage(X509 *x); |
| 807 | #endif | ||
| 808 | 806 | ||
| 809 | STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x); | 807 | STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x); |
| 810 | STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x); | 808 | STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x); |
