aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certcheck.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-07-28 08:59:18 +0000
committerWerner Koch <[email protected]>2003-07-28 08:59:18 +0000
commit860f56b08989ebd51fafc3d3974b8f7856a80c12 (patch)
treeac0cb108d674419305120f0983c269f74ce27bc7 /sm/certcheck.c
parent* options.h, g10.c (main, add_keyserver_url): Add (diff)
downloadgnupg-860f56b08989ebd51fafc3d3974b8f7856a80c12.tar.gz
gnupg-860f56b08989ebd51fafc3d3974b8f7856a80c12.zip
Adjusted for use with current libgcrypt (1.1.42).
Diffstat (limited to '')
-rw-r--r--sm/certcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certcheck.c b/sm/certcheck.c
index b83783813..35509c67e 100644
--- a/sm/certcheck.c
+++ b/sm/certcheck.c
@@ -90,7 +90,7 @@ do_encode_md (gcry_md_hd_t md, int algo, unsigned int nbits,
log_printf ("\n");
}
- gcry_mpi_scan (r_val, GCRYMPI_FMT_USG, frame, &nframe);
+ gcry_mpi_scan (r_val, GCRYMPI_FMT_USG, frame, n, &nframe);
xfree (frame);
return 0;
}