Date: Thu, 27 Aug 1998 15:58:15 -0400 From: Tim Vanderhoek <ac199@hwcn.org> To: Sheldon Hearn <axl@iafrica.com>, freebsd-ports@FreeBSD.ORG Subject: Re: lynx w/ SSLeay working: crypto.h diff Message-ID: <19980827155815.C13685@zappo> In-Reply-To: <7602.904210072@axl.training.iafrica.com>; from Sheldon Hearn on Thu, Aug 27, 1998 at 11:27:52AM %2B0200 References: <7602.904210072@axl.training.iafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 27, 1998 at 11:27:52AM +0200, Sheldon Hearn wrote: > > int CRYPTO_add_lock(int *pointer,int amount,int type, char *file,int line); > >-void CRYPTO_set_mem_functions(char *(*m)(),char *(*r)(), void (*free_func)()); >+void CRYPTO_set_mem_functions(char *(*m)(),char *(*r)(), void (*f)()); > void CRYPTO_get_mem_functions(char *(**m)(),char *(**r)(), void (**f)()); You mean that's all you did to fix the error? Normally "parse error before free_func" means the error was, well, before "free_func"... :) I'd guess the error is in some interaction between the Lynx SSL patches and SSLeay. Maybe a strange #define. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980827155815.C13685>