mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[ssl] wrong signature of function
This commit is contained in:
parent
6b9d6c93df
commit
7456f785ca
@ -52,7 +52,7 @@ int socket_SSL_ex_data_idx = -1;
|
|||||||
* We cannot copy struct socket and it doesn't have a reference count
|
* We cannot copy struct socket and it doesn't have a reference count
|
||||||
* either. */
|
* either. */
|
||||||
static int
|
static int
|
||||||
socket_SSL_ex_data_dup(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from,
|
socket_SSL_ex_data_dup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from,
|
||||||
void *from_d, int idx, long argl, void *argp)
|
void *from_d, int idx, long argl, void *argp)
|
||||||
{
|
{
|
||||||
/* The documentation of from_d in RSA_get_ex_new_index(3)
|
/* The documentation of from_d in RSA_get_ex_new_index(3)
|
||||||
|
Loading…
Reference in New Issue
Block a user