RT1665,2300: Crypto doc cleanups
[openssl.git] / doc / crypto / d2i_X509_ALGOR.pod
index bf55457697dbf883f093f9981841ab20a9bbe773..9e5cd92ca7ed39d3e11f13124b3c1e767b4df1e2 100644 (file)
@@ -8,7 +8,7 @@ d2i_X509_ALGOR, i2d_X509_ALGOR - AlgorithmIdentifier functions.
 
  #include <openssl/x509.h>
 
DH *d2i_X509_ALGOR(X509_ALGOR **a, unsigned char **pp, long length);
X509_ALGOR *d2i_X509_ALGOR(X509_ALGOR **a, unsigned char **pp, long length);
  int i2d_X509_ALGOR(X509_ALGOR *a, unsigned char **pp);
 
 =head1 DESCRIPTION