summaryrefslogtreecommitdiffstats
path: root/crypto/libdes/read_pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libdes/read_pwd.c')
-rw-r--r--crypto/libdes/read_pwd.c18
1 files changed, 2 insertions, 16 deletions
diff --git a/crypto/libdes/read_pwd.c b/crypto/libdes/read_pwd.c
index fed4965..29d60a1 100644
--- a/crypto/libdes/read_pwd.c
+++ b/crypto/libdes/read_pwd.c
@@ -54,23 +54,10 @@
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
+ *
+ * $FreeBSD$
*/
-#if !defined(MSDOS) && !defined(VMS) && !defined(WIN32)
-#include <openssl/opensslconf.h>
-#include OPENSSL_UNISTD
-/* If unistd.h defines _POSIX_VERSION, we conclude that we
- * are on a POSIX system and have sigaction and termios. */
-#if defined(_POSIX_VERSION)
-
-# define SIGACTION
-# if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
-# define TERMIOS
-# endif
-
-#endif
-#endif
-
/* #define SIGACTION */ /* Define this if you have sigaction() */
#ifdef WIN16TTY
@@ -81,7 +68,6 @@
/* 06-Apr-92 Luke Brennan Support for VMS */
#include "des_locl.h"
-#include "cryptlib.h"
#include <signal.h>
#include <stdio.h>
#include <string.h>
OpenPOWER on IntegriCloud