1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* srv.c (getsrv): Fix type-punning warning. (main): Allow testing any

SRV.
This commit is contained in:
David Shaw 2009-07-23 19:05:19 +00:00
parent 6d755a83b4
commit 63fb9d249a
2 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2009-07-23 David Shaw <dshaw@jabberwocky.com>
* srv.c (getsrv): Fix type-punning warning.
(main): Allow testing any SRV.
2009-07-21 Werner Koch <wk@g10code.com>
* ttyio.c (tty_printf): Replace vasprintf by xtryasprintf.