initial decription of GCM/CCM usage via EVP
[openssl.git] / doc / crypto / d2i_X509_SIG.pod
index 39b2353bc358ecc0ea2e031fe367c9667f914777..e48fd79a51042c80069ede25628cd3a1cfb7c434 100644 (file)
@@ -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