diff options
Diffstat (limited to 'crypto/engine/README')
-rw-r--r-- | crypto/engine/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/README b/crypto/engine/README index c7a5696ca14c..0f8a8fbde410 100644 --- a/crypto/engine/README +++ b/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 |