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:04 +00:00
parent 016029c69f
commit cc1489d2f2

View File

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