~ubuntu-branches/ubuntu/hardy/libtasn1-3/hardy-security

« back to all changes in this revision

Viewing changes to doc/texi/asn1_get_tag_der.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler, Andreas Metzler
  • Date: 2006-10-14 14:37:30 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061014143730-8l2dg4rlq0ghz3uz
Tags: 0.3.6-2
[ Andreas Metzler ]
* Add a watchfile.
* Add a copy of the FDL 1.2 to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@subheading asn1_get_tag_der
 
2
@anchor{asn1_get_tag_der}
1
3
@deftypefun {int} {asn1_get_tag_der} (const unsigned char * @var{der}, int @var{der_len}, unsigned char * @var{class}, int * @var{len}, unsigned long * @var{tag})
2
4
@var{der}: DER data to decode.
3
5