|
Message-ID: <20131105142622.GW1685@port70.net> Date: Tue, 5 Nov 2013 15:26:22 +0100 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: [PATCH] Fix dn_comp prototype and add stub * Michael Forney <mforney@...rney.org> [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)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.