1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

New command (encrypt-files).

This commit is contained in:
Timo Schulz 2002-01-03 19:47:20 +00:00
parent 4573513a34
commit c02977a2de
6 changed files with 40 additions and 1 deletions

View file

@ -115,7 +115,7 @@ verify_signatures( int nfiles, char **files )
}
static void
void
print_file_status( int status, const char *name, int what )
{
char *p = m_alloc(strlen(name)+10);