diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509v3.h')
| -rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 6470f059ee..6a18c1f153 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.31 2024/08/31 09:56:50 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.32 2024/08/31 09:59:12 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 | */ |
| @@ -653,7 +653,6 @@ int X509V3_add_value_bool_nf(const char *name, int asn1_bool, | |||
| 653 | int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool); | 653 | int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool); |
| 654 | int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint); | 654 | int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint); |
| 655 | void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf); | 655 | void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf); |
| 656 | void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash); | ||
| 657 | #endif | 656 | #endif |
| 658 | 657 | ||
| 659 | char *X509V3_get_string(X509V3_CTX *ctx, const char *name, | 658 | char *X509V3_get_string(X509V3_CTX *ctx, const char *name, |
