aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-08 18:41:15 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-08 18:41:15 +0000
commit6e0642407d127b581daea2ca01c960aa8a79d154 (patch)
treeaf2abca2e86c920cbbc930cf66b7c03af23fc758 /crypto/des/read_pwd.c
parent86fd166eeb26ea1eabe9dd03d40f247d5d7edb13 (diff)
downloadopenssl-6e0642407d127b581daea2ca01c960aa8a79d154.tar.gz
Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefs
around so more options appear in e_os.h
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r--crypto/des/read_pwd.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c
index edfa456a43..1dffe083ac 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -63,13 +63,9 @@
#include <graph.h>
#endif
-#if defined(WIN32) && !defined(WINNT)
-#define WIN_CONSOLE_BUG
-#endif
-
-
/* 06-Apr-92 Luke Brennan Support for VMS */
#include "des_locl.h"
+#include "cryptlib.h"
#include <signal.h>
#include <string.h>
#include <setjmp.h>