summaryrefslogtreecommitdiff
path: root/security/hashcash/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/hashcash/patches/patch-ab')
-rw-r--r--security/hashcash/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/hashcash/patches/patch-ab b/security/hashcash/patches/patch-ab
deleted file mode 100644
index 834b7927713..00000000000
--- a/security/hashcash/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/12/01 12:50:39 tv Exp $
-
---- hashcash.c.orig 2004-12-01 07:49:23.000000000 -0500
-+++ hashcash.c
-@@ -117,7 +117,7 @@ typedef struct {
-
- void db_open( DB* db, const char* db_filename );
- void db_purge( DB* db, ARRAY* purge_resource, int purge_all,
-- long purge_period, time_t now_time, time_t real_time,
-+ long purge_period, time_t now_time, long validity_period,
- long grace_period );
- int db_in( DB* db, char* token, char *period );
- void db_add( DB* db, char* token, char *token_utime );