summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohn Gardiner Myers <jgmyers@proofpoint.com>2014-08-18 14:53:29 -0400
committerRich Salz <rsalz@akamai.com>2014-08-18 16:04:33 -0400
commitfc979b93eeb992e02bc79b17e9ff80b497861a45 (patch)
treef5356498e96880c13e573129d8fe8e5c3ac22d63 /doc
parent448155e9bbda27cbba365ff549a7e2044a8a399f (diff)
RT2942: CRYPTO_set_dynlock_create_callback doc fix
The file param is "const char*" not "char*" Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/threads.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/threads.pod b/doc/crypto/threads.pod
index dc0e9391dc..37be84fc39 100644
--- a/doc/crypto/threads.pod
+++ b/doc/crypto/threads.pod
@@ -37,7 +37,7 @@ CRYPTO_destroy_dynlockid, CRYPTO_lock - OpenSSL thread support
struct CRYPTO_dynlock_value;
void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *
- (*dyn_create_function)(char *file, int line));
+ (*dyn_create_function)(const char *file, int line));
void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)
(int mode, struct CRYPTO_dynlock_value *l,
const char *file, int line));