diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_conf.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_conf.c | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/src/lib/libcrypto/x509/x509_conf.c b/src/lib/libcrypto/x509/x509_conf.c index 27f89072c8..dee9bf65e0 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.23 2024/08/31 09:21:44 tb Exp $ */ | 1 | /* $OpenBSD: x509_conf.c,v 1.24 2024/08/31 09:56: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 | */ |
@@ -489,30 +489,3 @@ X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash) | |||
489 | { | 489 | { |
490 | } | 490 | } |
491 | LCRYPTO_ALIAS(X509V3_set_conf_lhash); | 491 | LCRYPTO_ALIAS(X509V3_set_conf_lhash); |
492 | |||
493 | int | ||
494 | X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, | ||
495 | const char *section, X509 *cert) | ||
496 | { | ||
497 | X509V3error(ERR_R_DISABLED); | ||
498 | return 0; | ||
499 | } | ||
500 | LCRYPTO_ALIAS(X509V3_EXT_add_conf); | ||
501 | |||
502 | int | ||
503 | X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, | ||
504 | const char *section, X509_CRL *crl) | ||
505 | { | ||
506 | X509V3error(ERR_R_DISABLED); | ||
507 | return 0; | ||
508 | } | ||
509 | LCRYPTO_ALIAS(X509V3_EXT_CRL_add_conf); | ||
510 | |||
511 | int | ||
512 | X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, | ||
513 | const char *section, X509_REQ *req) | ||
514 | { | ||
515 | X509V3error(ERR_R_DISABLED); | ||
516 | return 0; | ||
517 | } | ||
518 | LCRYPTO_ALIAS(X509V3_EXT_REQ_add_conf); | ||