~ubuntu-branches/ubuntu/saucy/gnutls28/saucy

« back to all changes in this revision

Viewing changes to doc/functions/gnutls_x509_crq_get_extension_data

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-30 21:40:07 UTC
  • mfrom: (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130730214007-9mrd08xo61kla008
Tags: 3.2.3-1ubuntu1
* Sync with Debian (LP: #1068029). Remaining change:
  - Drop gnutls-bin and -doc since we want to use the versions
    in gnutls26 as the defaults instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
@deftypefun {int} {gnutls_x509_crq_get_extension_data} (gnutls_x509_crq_t @var{crq}, int @var{indx}, void * @var{data}, size_t * @var{sizeof_data})
6
6
@var{crq}: should contain a @code{gnutls_x509_crq_t}  structure
7
7
 
8
 
@var{indx}: Specifies which extension OID to send. Use (0) to get the first one.
 
8
@var{indx}: Specifies which extension number to get. Use (0) to get the first one.
9
9
 
10
10
@var{data}: a pointer to a structure to hold the data (may be null)
11
11