aboutsummaryrefslogtreecommitdiffstats
path: root/sm/sign.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-03-19 15:44:59 +0000
committerWerner Koch <[email protected]>2007-03-19 15:44:59 +0000
commit9e95c2dff6374fea6007711635063d8c1ab4fb2b (patch)
tree257f186fed764c911913911ff35037a28ff11532 /sm/sign.c
parentChanges to let the key listing use estream to help systems without (diff)
downloadgnupg-9e95c2dff6374fea6007711635063d8c1ab4fb2b.tar.gz
gnupg-9e95c2dff6374fea6007711635063d8c1ab4fb2b.zip
Allow export to work on systems without funopen/fopencookie.
Diffstat (limited to '')
-rw-r--r--sm/sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/sign.c b/sm/sign.c
index e30287348..03ce6a754 100644
--- a/sm/sign.c
+++ b/sm/sign.c
@@ -331,7 +331,7 @@ gpgsm_sign (ctrl_t ctrl, certlist_t signerlist,
}
ctrl->pem_name = "SIGNED MESSAGE";
- rc = gpgsm_create_writer (&b64writer, ctrl, out_fp, &writer);
+ rc = gpgsm_create_writer (&b64writer, ctrl, out_fp, NULL, &writer);
if (rc)
{
log_error ("can't create writer: %s\n", gpg_strerror (rc));