summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/engine/README
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/engine/README')
-rw-r--r--crypto/openssl/crypto/engine/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/engine/README b/crypto/openssl/crypto/engine/README
index c7a5696ca14cd..0f8a8fbde4103 100644
--- a/crypto/openssl/crypto/engine/README
+++ b/crypto/openssl/crypto/engine/README
@@ -9,7 +9,7 @@ for masochists" document *and* a rather extensive commit log message. (I'd get
lynched for sticking all this in CHANGES or the commit mails :-).
ENGINE_TABLE underlies this restructuring, as described in the internal header
-"eng_int.h", implemented in eng_table.c, and used in each of the "class" files;
+"eng_local.h", implemented in eng_table.c, and used in each of the "class" files;
tb_rsa.c, tb_dsa.c, etc.
However, "EVP_CIPHER" underlies the motivation and design of ENGINE_TABLE so