提交 fc979b93 编写于 作者: J John Gardiner Myers 提交者: Rich Salz

RT2942: CRYPTO_set_dynlock_create_callback doc fix

The file param is "const char*" not "char*"
Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
上级 448155e9
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册