diff options
Diffstat (limited to 'crypto/engine/eng_int.h')
-rw-r--r-- | crypto/engine/eng_int.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h index f6a54d8567..70b9517b7e 100644 --- a/crypto/engine/eng_int.h +++ b/crypto/engine/eng_int.h @@ -99,9 +99,9 @@ extern CRYPTO_RWLOCK *global_engine_lock; /* * Any code that will need cleanup operations should use these functions to - * register callbacks. ENGINE_cleanup() will call all registered callbacks in - * order. NB: both the "add" functions assume the engine lock to already be - * held (in "write" mode). + * register callbacks. engine_cleanup_intern() will call all registered + * callbacks in order. NB: both the "add" functions assume the engine lock to + * already be held (in "write" mode). */ typedef void (ENGINE_CLEANUP_CB) (void); typedef struct st_engine_cleanup_item { |