diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_conf.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_conf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509_conf.c b/src/lib/libcrypto/x509/x509_conf.c index ab78649453..c8917f7ef7 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.25 2024/08/31 09:59:12 tb Exp $ */ | 1 | /* $OpenBSD: x509_conf.c,v 1.26 2024/08/31 10:03:03 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 | */ |
@@ -411,7 +411,6 @@ X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section) | |||
411 | X509V3error(ERR_R_DISABLED); | 411 | X509V3error(ERR_R_DISABLED); |
412 | return NULL; | 412 | return NULL; |
413 | } | 413 | } |
414 | LCRYPTO_ALIAS(X509V3_get_string); | ||
415 | 414 | ||
416 | STACK_OF(CONF_VALUE) * | 415 | STACK_OF(CONF_VALUE) * |
417 | X509V3_get_section(X509V3_CTX *ctx, const char *section) | 416 | X509V3_get_section(X509V3_CTX *ctx, const char *section) |
@@ -422,7 +421,6 @@ X509V3_get_section(X509V3_CTX *ctx, const char *section) | |||
422 | } | 421 | } |
423 | return NCONF_get_section(ctx->db, section); | 422 | return NCONF_get_section(ctx->db, section); |
424 | } | 423 | } |
425 | LCRYPTO_ALIAS(X509V3_get_section); | ||
426 | 424 | ||
427 | /* XXX - remove in next bump. */ | 425 | /* XXX - remove in next bump. */ |
428 | void | 426 | void |
@@ -430,14 +428,12 @@ X509V3_string_free(X509V3_CTX *ctx, char *str) | |||
430 | { | 428 | { |
431 | return; | 429 | return; |
432 | } | 430 | } |
433 | LCRYPTO_ALIAS(X509V3_string_free); | ||
434 | 431 | ||
435 | void | 432 | void |
436 | X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) | 433 | X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) |
437 | { | 434 | { |
438 | return; | 435 | return; |
439 | } | 436 | } |
440 | LCRYPTO_ALIAS(X509V3_section_free); | ||
441 | 437 | ||
442 | void | 438 | void |
443 | X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) | 439 | X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) |