summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/check_passwd.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-25 08:08:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-25 08:10:18 +0200
commitf4c59d07d5d639856887e6aec624d608e8024cf7 (patch)
tree245e553ca6fb8c123a69176db60600fc4f26d7ea /cpukit/telnetd/check_passwd.c
parentpppd: Fix warnings (diff)
downloadrtems-f4c59d07d5d639856887e6aec624d608e8024cf7.tar.bz2
telnetd: Fix warnings
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.
*