diff options
Diffstat (limited to 'tools/gpgkey2ssh.c')
-rw-r--r-- | tools/gpgkey2ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgkey2ssh.c b/tools/gpgkey2ssh.c index a68fdf059..c7156f9fa 100644 --- a/tools/gpgkey2ssh.c +++ b/tools/gpgkey2ssh.c @@ -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); |