aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-22 14:37:50 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-22 14:37:50 +0000
commita5bc1e856861b99b99ae215d809ff4d9826ded68 (patch)
tree069afc5bfd49639e4cfccc13d695104d211b8430 /crypto/des/read_pwd.c
parentc38171ba1fc748e0e8b95d35048ae9b3b733a2aa (diff)
downloadopenssl-a5bc1e856861b99b99ae215d809ff4d9826ded68.tar.gz
Use e_os2.h rather than opensslconf.h, since some needed macros are
defined there.
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r--crypto/des/read_pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c
index 542df5bb66..db021dfc37 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
-#include <openssl/opensslconf.h>
+#include <openssl/e_os2.h>
#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_WIN32)
#ifdef OPENSSL_UNISTD
# include OPENSSL_UNISTD