diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 4ecad066c1..e31f7182d3 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.92 2022/12/26 16:00:36 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.93 2023/02/23 18:12:32 job 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 | * |
@@ -771,6 +771,10 @@ int ASN1_item_sign_ctx(const ASN1_ITEM *it, | |||
771 | #endif | 771 | #endif |
772 | 772 | ||
773 | const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x); | 773 | const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x); |
774 | #if defined(LIBRESSL_INTERNAL) || defined(LIBRESSL_NEXT_API) | ||
775 | void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **piuid, | ||
776 | const ASN1_BIT_STRING **psuid); | ||
777 | #endif | ||
774 | const X509_ALGOR *X509_get0_tbs_sigalg(const X509 *x); | 778 | const X509_ALGOR *X509_get0_tbs_sigalg(const X509 *x); |
775 | int X509_set_version(X509 *x, long version); | 779 | int X509_set_version(X509 *x, long version); |
776 | long X509_get_version(const X509 *x); | 780 | long X509_get_version(const X509 *x); |