STABLE-BRANCH-1-2 gnupg/g10 (5 files)
cvs user dshaw
cvs@cvs.gnupg.org
Tue, 29 Apr 2003 00:00:41 +0200
Date: Tuesday, April 29, 2003 @ 00:00:31
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Tag: STABLE-BRANCH-1-2
Modified: ChangeLog build-packet.c exec.c keyedit.c sign.c
* build-packet.c (build_sig_subpkt): Comments.
* exec.c (exec_write): Cast NULL to void* to properly terminate varargs
list.
* keyedit.c (show_key_with_all_names): Just for safety, catch an invalid
pk algorithm.
* sign.c (make_keysig_packet): Crucial that the call to mksubpkt comes
LAST before the calls to finalize the sig as that makes it possible for
the mksubpkt function to get a reliable pointer to the subpacket area.
----------------+
ChangeLog | 15 +++++++++++++++
build-packet.c | 5 ++++-
exec.c | 5 ++---
keyedit.c | 6 ++++--
sign.c | 5 ++++-
5 files changed, 29 insertions(+), 7 deletions(-)