diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 81c2111d02..d919881f86 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.118 2024/08/31 10:46:40 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.119 2024/08/31 10:49:35 tb 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 | * |
@@ -603,13 +603,11 @@ X509 * d2i_X509_AUX(X509 **a,const unsigned char **pp,long length); | |||
603 | 603 | ||
604 | int i2d_re_X509_tbs(X509 *x, unsigned char **pp); | 604 | int i2d_re_X509_tbs(X509 *x, unsigned char **pp); |
605 | 605 | ||
606 | #if defined(LIBRESSL_INTERNAL) || defined(LIBRESSL_NEXT_API) | ||
607 | /* Flags returned by X509_get_signature_info(): valid and suitable for TLS. */ | 606 | /* Flags returned by X509_get_signature_info(): valid and suitable for TLS. */ |
608 | #define X509_SIG_INFO_VALID 1 | 607 | #define X509_SIG_INFO_VALID 1 |
609 | #define X509_SIG_INFO_TLS 2 | 608 | #define X509_SIG_INFO_TLS 2 |
610 | int X509_get_signature_info(X509 *x, int *mdnid, int *pknid, int *secbits, | 609 | int X509_get_signature_info(X509 *x, int *mdnid, int *pknid, int *secbits, |
611 | uint32_t *flags); | 610 | uint32_t *flags); |
612 | #endif | ||
613 | 611 | ||
614 | void X509_get0_signature(const ASN1_BIT_STRING **psig, | 612 | void X509_get0_signature(const ASN1_BIT_STRING **psig, |
615 | const X509_ALGOR **palg, const X509 *x); | 613 | const X509_ALGOR **palg, const X509 *x); |