diff options
author | tb <> | 2021-10-23 11:53:24 +0000 |
---|---|---|
committer | tb <> | 2021-10-23 11:53:24 +0000 |
commit | c5d933b73b08738de0850281b4f0a6fb9ae942c2 (patch) | |
tree | 2383f4c7cba8ba8f398a4f63d29924021ad6fdc0 /src/lib/libcrypto/x509/x509v3.h | |
parent | 7585b0231596c5d2015f31d0be70147c37b7f771 (diff) | |
download | openbsd-c5d933b73b08738de0850281b4f0a6fb9ae942c2.tar.gz openbsd-c5d933b73b08738de0850281b4f0a6fb9ae942c2.tar.bz2 openbsd-c5d933b73b08738de0850281b4f0a6fb9ae942c2.zip |
Prepare to provide X509_get_extension_flags()
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509v3.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 84229a1890..b9fe1ca4b0 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.7 2021/10/22 18:37:15 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.8 2021/10/23 11:53:24 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,6 +800,7 @@ int X509_PURPOSE_get_trust(const X509_PURPOSE *xp); | |||
800 | void X509_PURPOSE_cleanup(void); | 800 | void X509_PURPOSE_cleanup(void); |
801 | int X509_PURPOSE_get_id(const X509_PURPOSE *); | 801 | int X509_PURPOSE_get_id(const X509_PURPOSE *); |
802 | #if defined(LIBRESSL_NEW_API) | 802 | #if defined(LIBRESSL_NEW_API) |
803 | uint32_t X509_get_extension_flags(X509 *x); | ||
803 | uint32_t X509_get_key_usage(X509 *x); | 804 | uint32_t X509_get_key_usage(X509 *x); |
804 | uint32_t X509_get_extended_key_usage(X509 *x); | 805 | uint32_t X509_get_extended_key_usage(X509 *x); |
805 | #endif | 806 | #endif |