X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fopenssl%2Fdoc%2Fcrypto%2Fd2i_X509_ALGOR.pod;fp=userapps%2Fopensource%2Fopenssl%2Fdoc%2Fcrypto%2Fd2i_X509_ALGOR.pod;h=9e5cd92ca7ed39d3e11f13124b3c1e767b4df1e2;hb=864458111a0e69d94bbae210d5b7349ca072a6b7;hp=0000000000000000000000000000000000000000;hpb=57a096f051259ceaefd5977f30d269884e1dd248;p=bcm963xx.git diff --git a/userapps/opensource/openssl/doc/crypto/d2i_X509_ALGOR.pod b/userapps/opensource/openssl/doc/crypto/d2i_X509_ALGOR.pod new file mode 100755 index 00000000..9e5cd92c --- /dev/null +++ b/userapps/opensource/openssl/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