Make sure memset() is defined by including string.h

Notified by Oscar Jacobsson <oscar@jacobsson.org>
This commit is contained in:
Richard Levitte 2002-02-14 13:51:13 +00:00
parent f9adfa6d4e
commit d9d3a69595

View File

@ -109,6 +109,7 @@
* [including the GNU Public Licence.]
*/
#include <string.h>
#include <openssl/des.h>
#include <openssl/ui.h>