~ubuntu-branches/ubuntu/quantal/gnutls28/quantal

« back to all changes in this revision

Viewing changes to lib/includes/gnutls/openpgp.h

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-12-17 11:41:19 UTC
  • mfrom: (10.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20111217114119-sp3ixi00tjajm52g
Tags: 3.0.9-2
* [20_test-select.diff] Do not run gnulib test-select test anymore. The
  test fails on kfreebsd-i386, the gnutls library does not use select().
* [30_correctly-set-the-odd-bits.patch] Post release fix from GIT head.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
                                             const char *subkey_id,
346
346
                                             gnutls_openpgp_crt_fmt_t format);
347
347
 
348
 
  int gnutls_certificate_set_openpgp_keyring_mem
349
 
  (gnutls_certificate_credentials_t c, const unsigned char *data,
 
348
  int gnutls_certificate_set_openpgp_keyring_mem (
 
349
   gnutls_certificate_credentials_t c, const unsigned char *data,
350
350
   size_t dlen, gnutls_openpgp_crt_fmt_t format);
351
351
 
352
 
  int gnutls_certificate_set_openpgp_keyring_file
353
 
  (gnutls_certificate_credentials_t c, const char *file,
 
352
  int gnutls_certificate_set_openpgp_keyring_file (
 
353
   gnutls_certificate_credentials_t c, const char *file,
354
354
   gnutls_openpgp_crt_fmt_t format);
355
355
 
356
356
#ifdef __cplusplus