freebsd-ports/mail/hashcash/files/patch-hashcash-h
Pav Lucistnik ce13e96bb7 Add hashcash, a tool used to sign email with a token guaranteeing that
it took some computation to send.

PR:		ports/62138
Submitted by:	David Bremner <bremner@unb.ca>
2004-02-01 17:31:20 +00:00

19 lines
747 B
Text

*** hashcash.h~ Fri Sep 26 02:28:03 2003
--- hashcash.h Fri Jan 30 14:13:22 2004
***************
*** 130,136 ****
/* simple function calling hashcash_parse, hashcash_count for convenience */
int hashcash_check( const char* token, const char* resource, time_t now_time,
! time_t validity_period, long grace_period,
int required_bits );
/* return how many tries per second the machine can do */
--- 130,136 ----
/* simple function calling hashcash_parse, hashcash_count for convenience */
int hashcash_check( const char* token, const char* resource, time_t now_time,
! time_t validity_period, time_t grace_period,
int required_bits );
/* return how many tries per second the machine can do */