aboutsummaryrefslogtreecommitdiffstats
path: root/sm/verify.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-11-23 17:12:37 +0000
committerWerner Koch <[email protected]>2001-11-23 17:12:37 +0000
commit757c13a17135152fc73fce12970439a2e7432ea7 (patch)
tree0a1c3679f0ddcd2c02756e7936943b1794a99952 /sm/verify.c
parentMap Libksba's OIDs to Libgcrypt digest algo numbers. (diff)
downloadgnupg-757c13a17135152fc73fce12970439a2e7432ea7.tar.gz
gnupg-757c13a17135152fc73fce12970439a2e7432ea7.zip
Just a Backup. We can now write out a basic signature which in turn
exhibits a bug in --verify.
Diffstat (limited to 'sm/verify.c')
-rw-r--r--sm/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/verify.c b/sm/verify.c
index 7a576cf19..325c75935 100644
--- a/sm/verify.c
+++ b/sm/verify.c
@@ -40,7 +40,7 @@ struct reader_cb_parm_s {
/* FIXME: Move this to jnlib */
-char *
+static char *
strtimestamp (time_t atime)
{
char *buffer = xmalloc (15);