summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/check_passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/telnetd/check_passwd.c')
-rw-r--r--cpukit/telnetd/check_passwd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/telnetd/check_passwd.c b/cpukit/telnetd/check_passwd.c
index 9e3f2c983b..aae1c89b5d 100644
--- a/cpukit/telnetd/check_passwd.c
+++ b/cpukit/telnetd/check_passwd.c
@@ -69,10 +69,9 @@
#include <rtems/telnetd.h>
+#include "des.h"
#include "passwd.h"
-char *__des_crypt_r( const char *, const char *, char *, int);
-
/**
* @brief Standard Telnet login check that uses DES to encrypt the passphrase.
*