mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-12 21:58:50 +01:00
Removed trailing semicolon to avoid error with Norcroft C
This commit is contained in:
parent
1dae004e3d
commit
c7fdd03e1a
@ -1,3 +1,8 @@
|
||||
2003-07-31 Stefan Bellon <sbellon@sbellon.de>
|
||||
|
||||
* gpgv.c [read_trust_options]: Removed trailing semicolon to avoid
|
||||
"declaration with no effect" error with Norcroft C.
|
||||
|
||||
2003-07-30 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* passphrase.c (agent_send_all_options): Make use of $GPG_TTY.
|
||||
|
@ -237,7 +237,7 @@ check_signatures_trust( PKT_signature *sig )
|
||||
}
|
||||
|
||||
void
|
||||
read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck) {};
|
||||
read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck) {}
|
||||
|
||||
/* Stub:
|
||||
* We don't have the trustdb , so we have to provide some stub functions
|
||||
|
Loading…
Reference in New Issue
Block a user