Correct the return type on the signature for X509_STORE_CTX_get_ex_data given in the pod file.

This commit is contained in:
Jean-Paul Calderone 2014-04-02 20:47:38 -04:00 committed by Matt Caswell
parent d6e55b4001
commit b953b02849

View file

@ -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);
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