From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4188 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Fix dn_comp prototype and add stub Date: Tue, 5 Nov 2013 15:26:22 +0100 Message-ID: <20131105142622.GW1685@port70.net> References: <1383630154-2628-1-git-send-email-mforney@mforney.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1383661596 17387 80.91.229.3 (5 Nov 2013 14:26:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Nov 2013 14:26:36 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4192-gllmg-musl=m.gmane.org@lists.openwall.com Tue Nov 05 15:26:41 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Vdhaa-0005sl-BM for gllmg-musl@plane.gmane.org; Tue, 05 Nov 2013 15:26:40 +0100 Original-Received: (qmail 19528 invoked by uid 550); 5 Nov 2013 14:26:36 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 19520 invoked from network); 5 Nov 2013 14:26:36 -0000 Content-Disposition: inline In-Reply-To: <1383630154-2628-1-git-send-email-mforney@mforney.org> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4188 Archived-At: * Michael Forney [2013-11-04 21:42:34 -0800]: > -int dn_comp(unsigned char *, unsigned char *, int, unsigned char **, unsigned char *, unsigned char **); > +int dn_comp(unsigned char *, unsigned char *, int, unsigned char **, unsigned char **); bsd and glibc declaration is int dn_comp(const char *, u_char *, int, u_char **, u_char **); (the linux man is wrong about the first argument)