mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
Re-indent
This commit is contained in:
parent
be45bf3d54
commit
ff147275c3
@ -1,3 +1,7 @@
|
|||||||
|
2010-01-09 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* getkey.c, keylist.c: Re-indent.
|
||||||
|
|
||||||
2010-01-08 Werner Koch <wk@g10code.com>
|
2010-01-08 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* cpr.c (write_status_error): Rename to write_status_errcode.
|
* cpr.c (write_status_error): Rename to write_status_errcode.
|
||||||
@ -11003,7 +11007,7 @@ Thu Feb 12 22:24:42 1998 Werner Koch (wk@frodo)
|
|||||||
|
|
||||||
|
|
||||||
Copyright 1998,1999,2000,2001,2002,2003,2004,2005,
|
Copyright 1998,1999,2000,2001,2002,2003,2004,2005,
|
||||||
2006,2007,2008,2009 Free Software Foundation, Inc.
|
2006,2007,2008,2009,2010 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is free software; as a special exception the author gives
|
This file is free software; as a special exception the author gives
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
unlimited permission to copy and/or distribute it, with or without
|
||||||
|
4175
g10/getkey.c
4175
g10/getkey.c
File diff suppressed because it is too large
Load Diff
@ -353,6 +353,8 @@ keydb_new (int secret)
|
|||||||
KEYDB_HANDLE hd;
|
KEYDB_HANDLE hd;
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
|
if (secret)
|
||||||
|
log_debug ("FIXME: keydb_new called for secret keys\n");
|
||||||
hd = xmalloc_clear (sizeof *hd);
|
hd = xmalloc_clear (sizeof *hd);
|
||||||
hd->found = -1;
|
hd->found = -1;
|
||||||
|
|
||||||
|
2318
g10/keylist.c
2318
g10/keylist.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user