summaryrefslogtreecommitdiffstats
path: root/doc/crypto/d2i_X509_SIG.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/d2i_X509_SIG.pod')
-rw-r--r--doc/crypto/d2i_X509_SIG.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/d2i_X509_SIG.pod b/doc/crypto/d2i_X509_SIG.pod
index 39b2353bc3..e48fd79a51 100644
--- a/doc/crypto/d2i_X509_SIG.pod
+++ b/doc/crypto/d2i_X509_SIG.pod
@@ -8,7 +8,7 @@ d2i_X509_SIG, i2d_X509_SIG - DigestInfo functions.
#include <openssl/x509.h>
- DH *d2i_X509_SIG(X509_SIG **a, unsigned char **pp, long length);
+ X509_SIG *d2i_X509_SIG(X509_SIG **a, unsigned char **pp, long length);
int i2d_X509_SIG(X509_SIG *a, unsigned char **pp);
=head1 DESCRIPTION