Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 22 Aug 2011 18:37:10 -0700
From: Isaac Dunham <idunham@...abit.com>
To: musl@...ts.openwall.com
Subject: Is "memory.h" wanted?

I recently tried building OpenSSL, and it failed to build due to a missing "memory.h".
At the time, I just sidelined the project.

Since then, I have looked at the glibc version; it amounts to 
#include <features.h>
#include <string.h>

Which, IIRC, means a BSD-flavored/other legacy string.h
Is this header desired for compatability, or should code using it be considered 
non-conformant and patched?

Also, have any SSL libraries (besides openssh internal) have been verified to work with musl?
-- 
Isaac Dunham <idunham@...abit.com>

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.