/[anubis]/anubis/src/gpg.c
ViewVC logotype

Diff of /anubis/src/gpg.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by gray, Sat May 10 08:58:02 2003 UTC revision 1.9 by polak, Sun Jul 20 10:42:34 2003 UTC
# Line 329  gpg_parser(int method, int key, LIST *ar Line 329  gpg_parser(int method, int key, LIST *ar
329    
330    
331  struct rc_kwdef gpg_kw[] = {  struct rc_kwdef gpg_kw[] = {
332          { "gpg-passphrase",          KW_GPG_PASSPHRASE },                    { "gpg-passphrase",  KW_GPG_PASSPHRASE },          
333          { "gpg-encrypt",             KW_GPG_ENCRYPT },                      { "gpg-encrypt",     KW_GPG_ENCRYPT },            
334          { "gpg-sign",                KW_GPG_SIGN },                          { "gpg-sign",        KW_GPG_SIGN },                
335          { "gpg-home",                KW_GPG_HOME },          { "gpg-home",        KW_GPG_HOME },
336          { NULL },          { NULL },
337  };  };
338    
# Line 345  static struct rc_secdef_child gpg_sect_c Line 345  static struct rc_secdef_child gpg_sect_c
345  };  };
346    
347  void  void
348  gpg_section_init()  gpg_section_init(void)
349  {  {
350          struct rc_secdef *sp = anubis_add_section("RULE");          struct rc_secdef *sp = anubis_add_section("RULE");
351          rc_secdef_add_child(sp, &gpg_sect_child);          rc_secdef_add_child(sp, &gpg_sect_child);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26