summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-25 15:23:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-25 15:23:22 +0000
commit18b1aa4a9597b94863049961533690986947d94d (patch)
tree9c3b1a13c2a37d72763b3c3400a2e2e3090143a8 /cpukit/librpc/include
parentRemove (Unused, unsupported). (diff)
downloadrtems-18b1aa4a9597b94863049961533690986947d94d.tar.bz2
Reflect removing auth_des.h.
Diffstat (limited to 'cpukit/librpc/include')
-rw-r--r--cpukit/librpc/include/rpc/rpc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/librpc/include/rpc/rpc.h b/cpukit/librpc/include/rpc/rpc.h
index f74082ff7d..95df085926 100644
--- a/cpukit/librpc/include/rpc/rpc.h
+++ b/cpukit/librpc/include/rpc/rpc.h
@@ -57,11 +57,6 @@
/* semi-private protocol headers */
#include <rpc/rpc_msg.h> /* protocol for rpc messages */
#include <rpc/auth_unix.h> /* protocol for unix style cred */
-/*
- * Uncomment-out the next line if you are building the rpc library with
- * DES Authentication (see the README file in the secure_rpc/ directory).
- */
-#include <rpc/auth_des.h> /* protocol for des style cred */
/* Server side only remote procedure callee */
#include <rpc/svc.h> /* service manager and multiplexer */