~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to agent/agent.h

  • 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:
36
36
 
37
37
/* To convey some special hash algorithms we use algorithm numbers
38
38
   reserved for application use. */
39
 
#ifndef GCRY_MD_USER
40
 
#define GCRY_MD_USER 1024
 
39
#ifndef GCRY_MODULE_ID_USER
 
40
#define GCRY_MODULE_ID_USER 1024
41
41
#endif
42
 
#define GCRY_MD_USER_TLS_MD5SHA1 (GCRY_MD_USER+1)
 
42
#define MD_USER_TLS_MD5SHA1 (GCRY_MODULE_ID_USER+1)
43
43
 
44
44
/* Maximum length of a digest.  */
45
45
#define MAX_DIGEST_LEN 36
320
320
/*-- call-scd.c --*/
321
321
void initialize_module_call_scd (void);
322
322
void agent_scd_dump_state (void);
 
323
int agent_scd_check_running (void);
323
324
void agent_scd_check_aliveness (void);
324
325
int agent_reset_scd (ctrl_t ctrl);
325
326
int agent_card_learn (ctrl_t ctrl,