Don't hold any locks while calling the provider init function
[openssl.git] / README-ENGINES.md
index 80c1c55cf46b1d695594ae5ad71172480b1eebc5..b05ddaa1b69ca8ec7e68873cd7abcbf30fc7a5ba 100644 (file)
@@ -9,7 +9,7 @@ interface for adding alternative implementations of cryptographic
 primitives, most notably for integrating hardware crypto devices.
 
 The ENGINE interface has its limitations and it has been superseeded
-by the [PROVIDER API](README-Provider.md), it is deprecated in OpenSSL
+by the [PROVIDER API](README-PROVIDERS.md), it is deprecated in OpenSSL
 version 3.0. The following documentation is retained as an aid for
 users who need to maintain or support existing ENGINE implementations.
 Support for new hardware devices or new algorithms should be added