Avoid using a macro expansion in a macro when statically initialising
[openssl.git] / README-ENGINES.md
index b05ddaa1b69ca8ec7e68873cd7abcbf30fc7a5ba..9992cebe22016d02d7a3dcb22f66c68e2615c8cf 100644 (file)
@@ -8,7 +8,7 @@ The ENGINE API was introduced in OpenSSL version 0.9.6 as a low level
 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
+The ENGINE interface has its limitations and it has been superseded
 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.