aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-14 13:51:04 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-14 13:51:04 +0000
commitcc1489d2f25b97215b5cce035d88590f5d9bdfdb (patch)
treeff31f45bc2cc197a9603e6f7cf43e18cb9a359df /crypto/des
parent016029c69f2c7f0a1a6772609dcf459832e7db0c (diff)
downloadopenssl-cc1489d2f25b97215b5cce035d88590f5d9bdfdb.tar.gz
Make sure memset() is defined by including string.h
Notified by Oscar Jacobsson <oscar@jacobsson.org>
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/read2pwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/read2pwd.c b/crypto/des/read2pwd.c
index f0eef23d8d..b4720c3a98 100644
--- a/crypto/des/read2pwd.c
+++ b/crypto/des/read2pwd.c
@@ -109,6 +109,7 @@
* [including the GNU Public Licence.]
*/
+#include <string.h>
#include <openssl/des.h>
#include <openssl/ui.h>