Correct the return type on the signature for X509_STORE_CTX_get_ex_data given in the pod file.
This commit is contained in:
parent
d6e55b4001
commit
b953b02849
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ X509_STORE_CTX_get_ex_new_index, X509_STORE_CTX_set_ex_data, X509_STORE_CTX_get_
|
||||||
|
|
||||||
int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *d, int idx, void *arg);
|
int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *d, int idx, void *arg);
|
||||||
|
|
||||||
char *X509_STORE_CTX_get_ex_data(X509_STORE_CTX *d, int idx);
|
void *X509_STORE_CTX_get_ex_data(X509_STORE_CTX *d, int idx);
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue