Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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.