aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-04-26 17:23:13 +0200
committerTomas Mraz <tomas@openssl.org>2024-05-09 09:20:25 +0200
commit21819f78b057c254254646a7854bfad0cd40ed83 (patch)
tree296fa3737de9f8a5f4fe2374ba2447ea0e9c663d /ssl/ssl_local.h
parentf6ce48f5b8ad4d8d748ea87d2490cbed08db9936 (diff)
downloadopenssl-21819f78b057c254254646a7854bfad0cd40ed83.tar.gz
Make conf_diagnostics apply also to the SSL conf errors
Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24275)
Diffstat (limited to 'ssl/ssl_local.h')
-rw-r--r--ssl/ssl_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index f448cfdbc9..78e16354e0 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -2919,7 +2919,7 @@ void custom_exts_free(custom_ext_methods *exts);
void ssl_comp_free_compression_methods_int(void);
/* ssl_mcnf.c */
-void ssl_ctx_system_config(SSL_CTX *ctx);
+int ssl_ctx_system_config(SSL_CTX *ctx);
const EVP_CIPHER *ssl_evp_cipher_fetch(OSSL_LIB_CTX *libctx,
int nid,