From owner-freebsd-ports Thu Aug 27 12:59:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16778 for freebsd-ports-outgoing; Thu, 27 Aug 1998 12:59:43 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1575.on.bellglobal.com [206.172.249.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16674 for ; Thu, 27 Aug 1998 12:59:25 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: (from tim@localhost) by localhost.my.domain (8.8.8/8.8.8) id PAA15111; Thu, 27 Aug 1998 15:58:16 -0400 (EDT) (envelope-from tim) Message-ID: <19980827155815.C13685@zappo> Date: Thu, 27 Aug 1998 15:58:15 -0400 From: Tim Vanderhoek To: Sheldon Hearn , freebsd-ports@FreeBSD.ORG Subject: Re: lynx w/ SSLeay working: crypto.h diff References: <7602.904210072@axl.training.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <7602.904210072@axl.training.iafrica.com>; from Sheldon Hearn on Thu, Aug 27, 1998 at 11:27:52AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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