From 0988de278c2f861e47d63cd284992befa686e4a8 Mon Sep 17 00:00:00 2001 From: "Matthias St. Pierre" Date: Fri, 8 Sep 2023 12:35:57 +0200 Subject: [PATCH] doc: change name of OSSL_PROVIDER_load_ex design document Use dashes instead of underscores, to be more consistent with existing document names. And speaking of consistency, introduce a consistent name transformation, which will scale better when design documents start filling the folder ;-) OSSL_PROVIDER_load_ex -> ossl-provider-load-ex.md Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22029) --- doc/designs/{prov_loadex.md => ossl-provider-load-ex.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename doc/designs/{prov_loadex.md => ossl-provider-load-ex.md} (95%) diff --git a/doc/designs/prov_loadex.md b/doc/designs/ossl-provider-load-ex.md similarity index 95% rename from doc/designs/prov_loadex.md rename to doc/designs/ossl-provider-load-ex.md index f28f6d2f4da..62d5c8c3276 100644 --- a/doc/designs/prov_loadex.md +++ b/doc/designs/ossl-provider-load-ex.md @@ -1,5 +1,5 @@ -Providers run-time configuration -================================ +OSSL_PROVIDER_load_ex - activating providers with run-time configuration +======================================================================== Currently any provider run-time activation requires the presence of the initialization parameters in the OpenSSL configuration file. Otherwise the -- 2.47.2