summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509v3.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/x509/x509v3.h3
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);
800void X509_PURPOSE_cleanup(void); 800void X509_PURPOSE_cleanup(void);
801int X509_PURPOSE_get_id(const X509_PURPOSE *); 801int X509_PURPOSE_get_id(const X509_PURPOSE *);
802#if defined(LIBRESSL_NEW_API) 802#if defined(LIBRESSL_NEW_API)
803uint32_t X509_get_extension_flags(X509 *x);
803uint32_t X509_get_key_usage(X509 *x); 804uint32_t X509_get_key_usage(X509 *x);
804uint32_t X509_get_extended_key_usage(X509 *x); 805uint32_t X509_get_extended_key_usage(X509 *x);
805#endif 806#endif