mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Updated estream.
More changes for Windows.
This commit is contained in:
parent
a5743d1017
commit
f81f521a72
23 changed files with 508 additions and 281 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-08-21 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgkey2ssh.c (key_to_blob): Use gnupg_tmpfile().
|
||||
|
||||
2007-08-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgconf-comp.c: Factor the public GC_OPT_FLAG constants out and
|
||||
|
|
|
@ -184,7 +184,7 @@ key_to_blob (unsigned char **blob, size_t *blob_n, const char *identifier, ...)
|
|||
int ret;
|
||||
pkdbuf_t *pkd;
|
||||
|
||||
stream = tmpfile ();
|
||||
stream = gnupg_tmpfile ();
|
||||
assert (stream);
|
||||
|
||||
identifier_n = strlen (identifier);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue