~ubuntu-branches/ubuntu/quantal/gnutls26/quantal

« back to all changes in this revision

Viewing changes to lib/opencdk/verify.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* verify.c - Verify signatures
2
 
 * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
 
2
 * Copyright (C) 2001, 2002, 2003, 2007, 2008, 2010 Free Software
 
3
 * Foundation, Inc.
3
4
 *
4
5
 * Author: Timo Schulz
5
6
 *
58
59
};
59
60
 
60
61
 
61
 
static cdk_error_t file_verify_clearsign (cdk_ctx_t, const char *, const char *);
 
62
static cdk_error_t file_verify_clearsign (cdk_ctx_t, const char *,
 
63
                                          const char *);
62
64
 
63
65
 
64
66
/**