mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* gpgkeys_hkp.c (main): Remove warning - this is no longer experimental
code.
This commit is contained in:
parent
6a5f13299e
commit
07991aa5af
@ -1,3 +1,8 @@
|
|||||||
|
2002-09-12 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpgkeys_hkp.c (main): Remove warning - this is no longer
|
||||||
|
experimental code.
|
||||||
|
|
||||||
2002-09-09 Werner Koch <wk@gnupg.org>
|
2002-09-09 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* gpgkeys_hkp.c (send_key, get_key, search_key): Check return
|
* gpgkeys_hkp.c (send_key, get_key, search_key): Check return
|
||||||
|
@ -641,9 +641,6 @@ int main(int argc,char *argv[])
|
|||||||
|
|
||||||
console=stderr;
|
console=stderr;
|
||||||
|
|
||||||
fprintf(console,
|
|
||||||
"gpgkeys: WARNING: this is an *experimental* HKP interface!\n");
|
|
||||||
|
|
||||||
while((arg=getopt(argc,argv,"ho:"))!=-1)
|
while((arg=getopt(argc,argv,"ho:"))!=-1)
|
||||||
switch(arg)
|
switch(arg)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user