~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to agent/agent.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2010-01-09 21:15:18 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100109211518-jy03kb8hv1a12gfz
Tags: 2.0.14-1
* New upstream release.
* debian/control: Build depend on libreadline-dev instead of
  libreadline5-dev, since libreadline6-dev is out. (Closes: #548922)
* debian/source/format, debian/source/options,
  debian/source/patch-header: Convert to v3 quilt format, with
  single-debian-patch.
* debian/control: Tighten dependency on gnupg-agent. (Closes: #551792)

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
int agent_protect_and_store (ctrl_t ctrl, gcry_sexp_t s_skey);
286
286
 
287
287
/*-- protect.c --*/
 
288
unsigned long get_standard_s2k_count (void);
288
289
int agent_protect (const unsigned char *plainkey, const char *passphrase,
289
290
                   unsigned char **result, size_t *resultlen);
290
291
int agent_unprotect (const unsigned char *protectedkey, const char *passphrase,