summaryrefslogtreecommitdiffstats
path: root/crypto/des/des_locl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-06-18 09:36:02 +0000
committerBodo Möller <bodo@openssl.org>2002-06-18 09:36:02 +0000
commit3f2f3d4264a1b237cdad6043fbfdfab6b19d852d (patch)
tree84679b47f23070f3f8c59c26f12ee8228b7c07df /crypto/des/des_locl.h
parentc4c2c61e8ca8986de4636f9c63ae18a2c4e270ef (diff)
always include <string.h> (we do this in various other header files,
so it can't be bad)
Diffstat (limited to 'crypto/des/des_locl.h')
-rw-r--r--crypto/des/des_locl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h
index 70e833be3f..9e033f7c2e 100644
--- a/crypto/des/des_locl.h
+++ b/crypto/des/des_locl.h
@@ -69,6 +69,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#ifndef OPENSSL_SYS_MSDOS
#if !defined(OPENSSL_SYS_VMS) || defined(__DECC)
@@ -89,10 +90,6 @@
#include <io.h>
#endif
-#if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS)
-#include <string.h>
-#endif
-
#ifdef OPENSSL_BUILD_SHLIBCRYPTO
# undef OPENSSL_EXTERN
# define OPENSSL_EXTERN OPENSSL_EXPORT