summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorGiovanni Bechis <giovanni@cvs.openbsd.org>2014-04-24 18:35:26 +0000
committerGiovanni Bechis <giovanni@cvs.openbsd.org>2014-04-24 18:35:26 +0000
commit74238c390b68a12f13f814fd5a9068822d6dab3d (patch)
treeaf3cfcd6a03b34ace25733b6cd80924b16d049cf /lib/libcrypto
parenta17dae87963c44a73d83bbae6394cb3a6af81d21 (diff)
unifdef MSDOS
ok miod@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/des/des_locl.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/libcrypto/des/des_locl.h b/lib/libcrypto/des/des_locl.h
index 00fcd2a8ac9..1b0c53038c4 100644
--- a/lib/libcrypto/des/des_locl.h
+++ b/lib/libcrypto/des/des_locl.h
@@ -61,11 +61,6 @@
#include <openssl/e_os2.h>
-#if defined(OPENSSL_SYS_WIN32)
-#ifndef OPENSSL_SYS_MSDOS
-#define OPENSSL_SYS_MSDOS
-#endif
-#endif
#include <stdio.h>
#include <stdlib.h>
@@ -74,14 +69,8 @@
#include <math.h>
#include <openssl/des.h>
-#ifdef OPENSSL_SYS_MSDOS /* Visual C++ 2.1 (Windows NT/95) */
-#include <stdlib.h>
-#include <errno.h>
-#include <time.h>
-#include <io.h>
-#endif
-#if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS)
+#if defined(__STDC__)
#include <string.h>
#endif