summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_conf.c')
-rw-r--r--src/lib/libcrypto/x509/x509_conf.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/lib/libcrypto/x509/x509_conf.c b/src/lib/libcrypto/x509/x509_conf.c
index c8917f7ef7..51f92d43e4 100644
--- a/src/lib/libcrypto/x509/x509_conf.c
+++ b/src/lib/libcrypto/x509/x509_conf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_conf.c,v 1.26 2024/08/31 10:03:03 tb Exp $ */ 1/* $OpenBSD: x509_conf.c,v 1.27 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 1999. 3 * project 1999.
4 */ 4 */
@@ -404,14 +404,6 @@ X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
404} 404}
405LCRYPTO_ALIAS(X509V3_EXT_REQ_add_nconf); 405LCRYPTO_ALIAS(X509V3_EXT_REQ_add_nconf);
406 406
407/* XXX - remove in next bump. */
408char *
409X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section)
410{
411 X509V3error(ERR_R_DISABLED);
412 return NULL;
413}
414
415STACK_OF(CONF_VALUE) * 407STACK_OF(CONF_VALUE) *
416X509V3_get_section(X509V3_CTX *ctx, const char *section) 408X509V3_get_section(X509V3_CTX *ctx, const char *section)
417{ 409{
@@ -422,13 +414,6 @@ X509V3_get_section(X509V3_CTX *ctx, const char *section)
422 return NCONF_get_section(ctx->db, section); 414 return NCONF_get_section(ctx->db, section);
423} 415}
424 416
425/* XXX - remove in next bump. */
426void
427X509V3_string_free(X509V3_CTX *ctx, char *str)
428{
429 return;
430}
431
432void 417void
433X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) 418X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section)
434{ 419{