aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto/engine.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/engine.pod')
-rw-r--r--doc/crypto/engine.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/engine.pod b/doc/crypto/engine.pod
index cb9308d..8d1b3df 100644
--- a/doc/crypto/engine.pod
+++ b/doc/crypto/engine.pod
@@ -135,7 +135,7 @@ engine - ENGINE cryptographic module support
Deprecated:
#if OPENSSL_API_COMPAT < 0x10100000L
- # define ENGINE_cleanup()
+ void ENGINE_cleanup(void)
#endif
=head1 DESCRIPTION
@@ -304,7 +304,7 @@ dynamically allocated and populated with these implementations and linked
into OpenSSL's internal linked list. At this point it is important to
mention an important API function;
- ENGINE_cleanup()
+ void ENGINE_cleanup(void)
If no ENGINE API functions are called at all in an application, then there
are no inherent memory leaks to worry about from the ENGINE functionality.