diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_local.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h index d232a54a21..b5a02b1146 100644 --- a/src/lib/libcrypto/x509/x509_local.h +++ b/src/lib/libcrypto/x509/x509_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_local.h,v 1.27 2024/08/31 10:03:03 tb Exp $ */ | 1 | /* $OpenBSD: x509_local.h,v 1.28 2024/08/31 10:04:50 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 2013. | 3 | * project 2013. |
4 | */ | 4 | */ |
@@ -430,9 +430,7 @@ int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, | |||
430 | int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool); | 430 | int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool); |
431 | int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint); | 431 | int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint); |
432 | 432 | ||
433 | char *X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section); | ||
434 | STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, const char *section); | 433 | STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, const char *section); |
435 | void X509V3_string_free(X509V3_CTX *ctx, char *str); | ||
436 | void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section); | 434 | void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section); |
437 | 435 | ||
438 | const X509V3_EXT_METHOD *x509v3_ext_method_authority_key_identifier(void); | 436 | const X509V3_EXT_METHOD *x509v3_ext_method_authority_key_identifier(void); |