Re: dnscurve updates
Andy Bradford <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
Thus said Matthew Dempsky on Thu, 07 Jan 2010 11:14:24 PST: > Yeah, OpenBSD doesn't have posix_memalign. Fortunately, it's only > needed for the commandline tools, which aren't needed for using the > nacl library. Excellent. I see now that the library and headers did indeed get made. Onward and upward right? forward.c:12:23: sys/epoll.h: No such file or directory forward.c: In function `dns_forward': I guess I should have scanned the archives a bit more closely to discover that dnscurve's forward uses epoll and thus won't compile on *BSD. /me wonders how difficult it would be to retrofit it with kqueue(2). Andy