summaryrefslogtreecommitdiffstats
path: root/crypto/des/des_locl.h
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/des_locl.h
parentc38171ba1fc748e0e8b95d35048ae9b3b733a2aa (diff)
Use e_os2.h rather than opensslconf.h, since some needed macros are
defined there.
Diffstat (limited to 'crypto/des/des_locl.h')
-rw-r--r--crypto/des/des_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h
index 5a9ba36fb3..8c49894e1c 100644
--- a/crypto/des/des_locl.h
+++ b/crypto/des/des_locl.h
@@ -59,6 +59,8 @@
#ifndef HEADER_DES_LOCL_H
#define HEADER_DES_LOCL_H
+#include <openssl/e_os2.h>
+
#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16)
#ifndef OPENSSL_SYS_MSDOS
#define OPENSSL_SYS_MSDOS
@@ -68,8 +70,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <openssl/opensslconf.h>
-
#ifndef OPENSSL_SYS_MSDOS
#if !defined(OPENSSL_SYS_VMS) || defined(__DECC)
#ifdef OPENSSL_UNISTD