mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* export.c (do_export_stream): Allow reset-subkey-passwd along
with sexp-format.
This commit is contained in:
parent
5e34f91852
commit
b46c93fb10
@ -1,3 +1,8 @@
|
||||
2007-02-06 Werner Koch <wk@g10code.com>
|
||||
|
||||
* export.c (do_export_stream): Allow reset-subkey-passwd along
|
||||
with sexp-format.
|
||||
|
||||
2007-02-04 Werner Koch <wk@g10code.com>
|
||||
|
||||
* parse-packet.c (parse_signature): Limit bytes read for an
|
||||
|
@ -564,7 +564,10 @@ do_export_stream( IOBUF out, strlist_t users, int secret,
|
||||
goto leave;
|
||||
}
|
||||
|
||||
rc = build_packet (out, node->pkt);
|
||||
if ((options&EXPORT_SEXP_FORMAT))
|
||||
rc = build_sexp (out, node->pkt, &indent);
|
||||
else
|
||||
rc = build_packet (out, node->pkt);
|
||||
|
||||
node->pkt->pkt.secret_key = sk_save;
|
||||
free_secret_key (sk);
|
||||
|
Loading…
x
Reference in New Issue
Block a user