projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
448155e
)
RT2942: CRYPTO_set_dynlock_create_callback doc fix
author
John Gardiner Myers
<jgmyers@proofpoint.com>
Mon, 18 Aug 2014 18:53:29 +0000
(14:53 -0400)
committer
Rich Salz
<rsalz@akamai.com>
Mon, 18 Aug 2014 20:04:33 +0000
(16:04 -0400)
The file param is "const char*" not "char*"
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
doc/crypto/threads.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/threads.pod
b/doc/crypto/threads.pod
index dc0e9391dc206ade670d408cc0b8664cf7157090..37be84fc3973bd364350698527f134fe17d348c8 100644
(file)
--- 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)(c
onst c
har *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));