Ticket #3730: patch-gpgparsemail.diff

File patch-gpgparsemail.diff, 249 bytes (added by benjamin@…, 18 years ago)

Patch to gpg-agent gpgparsemail to support gpg-agent v1.9.20

  • tools/gpgparsemail.c

     
    145145  return p;
    146146}
    147147
    148 static char *
     148/* static */ char *
    149149stpcpy (char *a,const char *b)
    150150{
    151151  while (*b)