I noticed this while patching arj for OpenBSD..
gost.h declares prototype "gost_term" as: uint32_t gost_term(uint32_t data) ..
While gost.c has the function: unsigned long gost_term(unsigned long data) ..
Patch included.. :P trivial patch..
CVS compile fix..
Log in to post a comment.
CVS compile fix..