~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to tools/no-libgcrypt.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
/* We need this dummy because exechelp.c uses gcry_control to
114
114
   terminate the secure memeory.  */
115
115
gcry_error_t 
116
 
gcry_control (enum gcry_ctl_cmds CMD, ...)
 
116
gcry_control (enum gcry_ctl_cmds cmd, ...)
117
117
{
 
118
  (void)cmd;
118
119
  return 0;
119
120
}
120
121