From eca4feb580cffd6af474f599efe3fe99505a525c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Jun 2006 17:32:05 +0000 Subject: Importing OpenSSL 0.9.8b svn path=/openssl/vendor/current/CHANGES; revision=1 --- .../vendor/current/doc/crypto/d2i_X509_ALGOR.pod | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 openssl/vendor/current/doc/crypto/d2i_X509_ALGOR.pod (limited to 'openssl/vendor/current/doc/crypto/d2i_X509_ALGOR.pod') diff --git a/openssl/vendor/current/doc/crypto/d2i_X509_ALGOR.pod b/openssl/vendor/current/doc/crypto/d2i_X509_ALGOR.pod new file mode 100644 index 00000000..9e5cd92c --- /dev/null +++ b/openssl/vendor/current/doc/crypto/d2i_X509_ALGOR.pod @@ -0,0 +1,30 @@ +=pod + +=head1 NAME + +d2i_X509_ALGOR, i2d_X509_ALGOR - AlgorithmIdentifier functions. + +=head1 SYNOPSIS + + #include + + 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 + +These functions decode and encode an B structure which is +equivalent to the B structure. + +Othewise these behave in a similar way to d2i_X509() and i2d_X509() +described in the L manual page. + +=head1 SEE ALSO + +L + +=head1 HISTORY + +TBA + +=cut -- cgit v1.2.3